Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

603,435

Downloads of v 2019.2.3:

79

Last Update:

24 Sep 2019

Package Maintainer(s):

Software Author(s):

  • JetBrains

Tags:

java ide jetbrains idea admin

JetBrains IntelliJ IDEA (Community Edition)

Downloads:

603,435

Downloads of v 2019.2.3:

79

Maintainer(s):

Software Author(s):

  • JetBrains

JetBrains IntelliJ IDEA (Community Edition)

  • 1
  • 2
  • 3

Some Checks Are Exempted or Have Failed

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Failed

Details

Scan Testing Exemption for this package version only:

Details
WARNING

This package was rejected on 30 Oct 2019. The reviewer chocolatey-ops has listed the following reason(s):

zed (maintainer) on 24 Sep 2019 23:02:24 +00:00:

User 'zed' (maintainer) submitted package.

chocolatey-ops (reviewer) on 24 Sep 2019 23:34:00 +00:00:

intellijidea-community has passed automated validation. It may have or may still fail other checks like testing (verification).
Congratulations! This package passed automatic validation review without flagging on any issues the validator currently checks. A human review could still turn up issues a computer may not easily find.

chocolatey-ops (reviewer) on 25 Sep 2019 01:21:30 +00:00:

intellijidea-community has failed automated testing.
This is not the only check that is performed so check the package page to ensure a 'Ready' status.
Please visit https://gist.github.com/f66e524e22b7714be8994226c79362a1 for details.
The package status will be changed and will be waiting on your next actions.

  • NEW! We have a test environment for you to replicate the testing we do. This can be used at any time to test packages! See https://github.com/chocolatey/chocolatey-test-environment
  • Please log in and leave a review comment if you have questions and/or comments.
  • If you see the verifier needs to rerun testing against the package without resubmitting (a issue in the test results), you can do that on the package page in the review section.
  • If the verifier is incompatible with the package, please log in and leave a review comment if the package needs to bypass testing (e.g. package installs specific drivers).
  • Automated testing can also fail when a package is not completely silent or has pop ups (AutoHotKey can assist - a great example is the VeraCrypt package).
  • A package that cannot be made completely unattended should have the notSilent tag. Note that this must be approved by moderators.

chocolatey-ops (reviewer) on 15 Oct 2019 01:24:57 +00:00:

We've found intellijidea-community v2019.2.3 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.

Take action:

  • Log in to the site and respond to the review comments.
  • Resubmit fixes for this version.
  • If the package version is failing automated checks, you can self-reject the package.

If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.

Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.

chocolatey-ops (reviewer) on 30 Oct 2019 01:25:28 +00:00:

Unfortunately there has not been progress to move intellijidea-community v2019.2.3 towards an approved status within 15 days after the last review message, so we need to close (reject) the package version at this time. If you want to pick this version up and move it towards approval in the future, use the contact site admins link on the package page and we can move it back into a submitted status so you can submit updates.

Status Change - Changed status of package from 'submitted' to 'rejected'.

Description

Excel at enterprise, mobile and web development with Java, Scala and Groovy, with all the latest modern technologies and frameworks available out of the box.


tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop';

$url = 'https://download.jetbrains.com/idea/ideaIC-2019.2.2.exe'
$sha256sum = 'd2a6c12a74bc765a47af0c9fd677c9dd82bc28dc821de1070a30a34869e47844'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
if ([System.Environment]::Is64BitOperatingSystem) {
    $programFiles = $env:ProgramFiles
}
else {
    $programFiles = ${env:ProgramFiles(x86)}
}
$installDir = "$programFiles\JetBrains\IntelliJ IDEA Community Edition $env:ChocolateyPackageVersion"

$pp = Get-PackageParameters
if ($pp.InstallDir) {
    $installDir = $pp.InstallDir
}

$silentArgs = "/S /CONFIG=$toolsDir\silent.config "
$silentArgs += "/D=$installDir"

New-Item -ItemType Directory -Force -Path $installDir

$packageArgs = @{
    packageName    = $env:ChocolateyPackageName
    unzipLocation  = $toolsDir
    fileType       = 'exe'
    url            = $url
    url64bit       = $url

    softwareName   = 'IntelliJ IDEA Community Edition*'

    checksum       = $sha256sum
    checksumType   = 'sha256'
    checksum64     = $sha256sum
    checksumType64 = 'sha256'

    silentArgs     = $silentArgs
    validExitCodes = @(0, 1641, 3010)
}

Install-ChocolateyPackage @packageArgs
tools\chocolateyUninstall.ps1
$ErrorActionPreference = 'Stop';

$packageName = 'intellijidea-community'
$softwareName = 'IntelliJ IDEA Community Edition*'
$installerType = 'EXE'

$silentArgs = '/S'
$validExitCodes = @(0, 3010, 1605, 1614, 1641)
if ($installerType -ne 'MSI') {
  $validExitCodes = @(0)
}

$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $softwareName

if ($key.Count -eq 1) {
  $key | % { 
    $file = "$($_.UninstallString)"

    if ($installerType -eq 'MSI') {
      $silentArgs = "$($_.PSChildName) $silentArgs"

      $file = ''
    }

    Uninstall-ChocolateyPackage -PackageName $packageName `
                                -FileType $installerType `
                                -SilentArgs "$silentArgs" `
                                -ValidExitCodes $validExitCodes `
                                -File "$file"
  }
  # Temporary workaround for race condition in chocolaty 0.10.3.  The bug is fixed in 0.10.4.
  Start-Sleep -Seconds 10
} elseif ($key.Count -eq 0) {
  Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
  Write-Warning "$key.Count matches found!"
  Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
  Write-Warning "Please alert package maintainer the following keys were matched:"
  $key | % {Write-Warning "- $_.DisplayName"}
}
tools\silent.config
; Installation mode. It can be user or admin.
; NOTE: for admin mode please use "Run as Administrator" for command prompt to avoid UAC dialog.
mode=admin

; Desktop shortcut for launchers
launcher32=0
launcher64=1

; Add launchers path to PATH env variable
updatePATH=0

; Add "Open Folder as Project" to context menu
updateContextMenu=0

; Download and install jre32
jre32=0

; List of associations. To create an association change value to 1.
.java=0
.groovy=0
.kt=0

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
JetBrains IntelliJ IDEA (Community Edition) 2023.3.6 3018 Tuesday, March 26, 2024 Approved
JetBrains IntelliJ IDEA (Community Edition) 2023.3.4 6307 Tuesday, February 27, 2024 Approved
JetBrains IntelliJ IDEA (Community Edition) 2023.3.3 5974 Thursday, February 1, 2024 Approved
JetBrains IntelliJ IDEA (Community Edition) 2023.3.2 7595 Friday, December 22, 2023 Approved
JetBrains IntelliJ IDEA (Community Edition) 2023.3.1 1850 Monday, December 18, 2023 Approved
JetBrains IntelliJ IDEA (Community Edition) 2023.3.0 3308 Wednesday, December 6, 2023 Approved
JetBrains IntelliJ IDEA (Community Edition) 2023.2.5 5652 Monday, November 13, 2023 Approved
JetBrains IntelliJ IDEA (Community Edition) 2023.2.4 4056 Monday, October 30, 2023 Approved
JetBrains IntelliJ IDEA (Community Edition) 2023.2.3 3912 Monday, October 16, 2023 Approved
JetBrains IntelliJ IDEA (Community Edition) 2023.2.2 6172 Monday, September 18, 2023 Approved
JetBrains IntelliJ IDEA (Community Edition) 2023.2.1 4681 Thursday, August 31, 2023 Approved
JetBrains IntelliJ IDEA (Community Edition) 2023.2.0 6984 Wednesday, July 26, 2023 Approved
JetBrains IntelliJ IDEA (Community Edition) 2023.1.3 6968 Tuesday, June 27, 2023 Approved
JetBrains IntelliJ IDEA (Community Edition) 2023.1.2 6057 Tuesday, May 30, 2023 Approved
JetBrains IntelliJ IDEA (Community Edition) 2023.1.1 6639 Tuesday, May 2, 2023 Approved
JetBrains IntelliJ IDEA (Community Edition) 2023.1 7515 Wednesday, March 29, 2023 Approved
JetBrains IntelliJ IDEA (Community Edition) 2022.3.3 2580 Thursday, March 23, 2023 Approved
JetBrains IntelliJ IDEA (Community Edition) 2022.3.2 10554 Friday, January 27, 2023 Approved
JetBrains IntelliJ IDEA (Community Edition) 2022.3.1 7558 Wednesday, December 21, 2022 Approved
JetBrains IntelliJ IDEA (Community Edition) 2022.3 4852 Wednesday, November 30, 2022 Approved
JetBrains IntelliJ IDEA (Community Edition) 2022.2.4 2122 Friday, November 25, 2022 Approved
JetBrains IntelliJ IDEA (Community Edition) 2022.2.3 8798 Friday, October 7, 2022 Approved
JetBrains IntelliJ IDEA (Community Edition) 2022.2.2 5002 Friday, September 16, 2022 Approved
JetBrains IntelliJ IDEA (Community Edition) 2022.2.1 5828 Thursday, August 18, 2022 Approved
JetBrains IntelliJ IDEA (Community Edition) 2022.2 4986 Wednesday, July 27, 2022 Approved
JetBrains IntelliJ IDEA (Community Edition) 2022.1.4 1799 Wednesday, July 20, 2022 Approved
JetBrains IntelliJ IDEA (Community Edition) 2022.1.3 4467 Thursday, June 30, 2022 Approved
JetBrains IntelliJ IDEA (Community Edition) 2022.1.2 5061 Friday, June 3, 2022 Approved
JetBrains IntelliJ IDEA (Community Edition) 2022.1.1 3984 Monday, May 16, 2022 Approved
JetBrains IntelliJ IDEA (Community Edition) 2022.1 2381 Wednesday, April 13, 2022 Approved
JetBrains IntelliJ IDEA (Community Edition) 2021.3.3 8565 Friday, March 18, 2022 Approved
JetBrains IntelliJ IDEA (Community Edition) 2021.3.2 8086 Thursday, February 3, 2022 Approved
JetBrains IntelliJ IDEA (Community Edition) 2021.3.1 6162 Thursday, December 30, 2021 Approved
JetBrains IntelliJ IDEA (Community Edition) 2021.3 3927 Friday, December 10, 2021 Approved
JetBrains IntelliJ IDEA (Community Edition) 2021.2.3 8338 Monday, October 18, 2021 Exempted
JetBrains IntelliJ IDEA (Community Edition) 2021.2.2 4139 Saturday, September 18, 2021 Exempted
JetBrains IntelliJ IDEA (Community Edition) 2021.2.1 4088 Wednesday, August 25, 2021 Exempted
JetBrains IntelliJ IDEA (Community Edition) 2021.2 3822 Wednesday, July 28, 2021 Approved
JetBrains IntelliJ IDEA (Community Edition) 2021.1.3.1 3307 Thursday, July 15, 2021 Approved
JetBrains IntelliJ IDEA (Community Edition) 2021.1.2 4431 Wednesday, June 2, 2021 Approved
JetBrains IntelliJ IDEA (Community Edition) 2021.1.1 3460 Thursday, May 6, 2021 Approved
JetBrains IntelliJ IDEA (Community Edition) 2021.1 3454 Friday, April 9, 2021 Approved
JetBrains IntelliJ IDEA (Community Edition) 2020.3.2 6060 Friday, January 29, 2021 Approved
JetBrains IntelliJ IDEA (Community Edition) 2020.3.1 2071 Friday, January 15, 2021 Approved
JetBrains IntelliJ IDEA (Community Edition) 2020.3 3575 Monday, December 7, 2020 Approved
JetBrains IntelliJ IDEA (Community Edition) 2020.2.4 1601 Monday, November 30, 2020 Approved
JetBrains IntelliJ IDEA (Community Edition) 2020.2.3 4302 Thursday, October 15, 2020 Approved
JetBrains IntelliJ IDEA (Community Edition) 2020.2.2 1895 Tuesday, October 6, 2020 Approved
JetBrains IntelliJ IDEA (Community Edition) 2020.2 3654 Friday, August 21, 2020 Approved
JetBrains IntelliJ IDEA (Community Edition) 2020.1.4 2293 Thursday, July 23, 2020 Approved
JetBrains IntelliJ IDEA (Community Edition) 2020.1.2 3810 Thursday, June 4, 2020 Approved
JetBrains IntelliJ IDEA (Community Edition) 2020.1.1 2671 Monday, May 4, 2020 Approved
JetBrains IntelliJ IDEA (Community Edition) 2020.1 2579 Friday, April 10, 2020 Approved
JetBrains IntelliJ IDEA (Community Edition) 2019.3.4 1958 Thursday, March 19, 2020 Approved
JetBrains IntelliJ IDEA (Community Edition) 2019.3.3 3121 Thursday, February 13, 2020 Approved
JetBrains IntelliJ IDEA (Community Edition) 2019.3.2 2055 Saturday, January 25, 2020 Approved
JetBrains IntelliJ IDEA (Community Edition) 2019.3.1 2577 Friday, December 20, 2019 Approved
JetBrains IntelliJ IDEA (Community Edition) 2019.3 2804 Friday, November 29, 2019 Approved
JetBrains IntelliJ IDEA (Community Edition) 2019.2.4 5903 Thursday, October 31, 2019 Approved
JetBrains IntelliJ IDEA (Community Edition) 2019.2.2 4310 Monday, September 9, 2019 Approved
JetBrains IntelliJ IDEA (Community Edition) 2019.2.1 1634 Thursday, August 29, 2019 Approved
JetBrains IntelliJ IDEA (Community Edition) 2019.2 3399 Thursday, July 25, 2019 Approved
JetBrains IntelliJ IDEA (Community Edition) 2019.1.3 3956 Wednesday, May 29, 2019 Approved
JetBrains IntelliJ IDEA (Community Edition) 2019.1.2 1775 Friday, May 10, 2019 Approved
JetBrains IntelliJ IDEA (Community Edition) 2019.1.1 1822 Thursday, April 18, 2019 Approved
JetBrains IntelliJ IDEA (Community Edition) 2019.1 2429 Thursday, April 4, 2019 Approved
JetBrains IntelliJ IDEA (Community Edition) 2018.3.6 8261 Thursday, March 28, 2019 Approved
JetBrains IntelliJ IDEA (Community Edition) 2018.3.5 5316 Wednesday, February 27, 2019 Approved
JetBrains IntelliJ IDEA (Community Edition) 2018.3.4 3995 Saturday, February 2, 2019 Approved
JetBrains IntelliJ IDEA (Community Edition) 2018.3.3 3959 Tuesday, January 15, 2019 Approved
JetBrains IntelliJ IDEA (Community Edition) 2018.3.2 2840 Friday, December 21, 2018 Approved
JetBrains IntelliJ IDEA (Community Edition) 2018.3.1 2681 Wednesday, December 12, 2018 Approved
JetBrains IntelliJ IDEA (Community Edition) 2018.3 1613 Wednesday, December 5, 2018 Approved
JetBrains IntelliJ IDEA (Community Edition) 2018.2.7 1046 Thursday, November 29, 2018 Approved
JetBrains IntelliJ IDEA (Community Edition) 2018.2.6 1954 Wednesday, November 14, 2018 Approved
JetBrains IntelliJ IDEA (Community Edition) 2018.2.5 596 Tuesday, November 13, 2018 Approved
JetBrains IntelliJ IDEA (Community Edition) 2018.2.4 2415 Monday, September 24, 2018 Approved
JetBrains IntelliJ IDEA (Community Edition) 2018.2.3 1894 Monday, September 10, 2018 Approved
JetBrains IntelliJ IDEA (Community Edition) 2018.2.2 952 Monday, September 3, 2018 Approved
JetBrains IntelliJ IDEA (Community Edition) 2018.2.1 1815 Friday, August 10, 2018 Approved
JetBrains IntelliJ IDEA (Community Edition) 2018.1.4 4052 Thursday, May 31, 2018 Approved
JetBrains IntelliJ IDEA (Community Edition) 2018.1.1 3584 Monday, April 16, 2018 Approved
JetBrains IntelliJ IDEA (Community Edition) 2017.3.5 1955 Monday, March 19, 2018 Approved
JetBrains IntelliJ IDEA (Community Edition) 2017.3.3 2359 Tuesday, January 30, 2018 Approved
JetBrains IntelliJ IDEA (Community Edition) 2017.3.2 210597 Monday, January 15, 2018 Approved
JetBrains IntelliJ IDEA (Community Edition) 2017.3.1 1894 Wednesday, December 13, 2017 Approved
JetBrains IntelliJ IDEA (Community Edition) 2017.3 991 Friday, December 8, 2017 Approved
JetBrains IntelliJ IDEA (Community Edition) 2017.2.6 3575 Thursday, November 16, 2017 Approved
JetBrains IntelliJ IDEA (Community Edition) 2017.2.5 1677 Wednesday, October 4, 2017 Approved
JetBrains IntelliJ IDEA (Community Edition) 2017.2.4 1029 Friday, September 15, 2017 Approved
JetBrains IntelliJ IDEA (Community Edition) 2017.2.3 877 Tuesday, September 5, 2017 Approved
JetBrains IntelliJ IDEA (Community Edition) 2017.2.2 914 Monday, August 21, 2017 Approved
JetBrains IntelliJ IDEA (Community Edition) 2017.2.1 954 Tuesday, August 1, 2017 Approved
JetBrains IntelliJ IDEA (Community Edition) 2017.2 842 Wednesday, July 19, 2017 Approved
JetBrains IntelliJ IDEA (Community Edition) 2017.1.5 946 Wednesday, July 5, 2017 Approved
JetBrains IntelliJ IDEA (Community Edition) 2017.1.4 1084 Thursday, June 8, 2017 Approved
JetBrains IntelliJ IDEA (Community Edition) 2017.1.3 1083 Sunday, May 21, 2017 Approved
JetBrains IntelliJ IDEA (Community Edition) 2017.1.2 1045 Wednesday, April 26, 2017 Approved
JetBrains IntelliJ IDEA (Community Edition) 2017.1.1 730 Tuesday, April 18, 2017 Approved
JetBrains IntelliJ IDEA (Community Edition) 2017.1 977 Friday, March 24, 2017 Approved
JetBrains IntelliJ IDEA (Community Edition) 2016.3.5.20170309 818 Thursday, March 9, 2017 Approved
JetBrains IntelliJ IDEA (Community Edition) 2016.3.5 773 Monday, February 27, 2017 Approved
JetBrains IntelliJ IDEA (Community Edition) 2016.3.5.0 444 Thursday, March 9, 2017 Approved
JetBrains IntelliJ IDEA (Community Edition) 2016.3.4 932 Thursday, February 2, 2017 Approved
JetBrains IntelliJ IDEA (Community Edition) 2016.3.3 452 Tuesday, January 31, 2017 Approved
JetBrains IntelliJ IDEA (Community Edition) 2016.3.2 1009 Thursday, December 29, 2016 Approved
JetBrains IntelliJ IDEA (Community Edition) 2016.3 1008 Thursday, November 24, 2016 Approved
JetBrains IntelliJ IDEA (Community Edition) 2016.2.5 995 Tuesday, October 18, 2016 Approved
JetBrains IntelliJ IDEA (Community Edition) 2016.2.4 952 Wednesday, September 14, 2016 Approved
JetBrains IntelliJ IDEA (Community Edition) 2016.2 893 Monday, August 1, 2016 Approved
JetBrains IntelliJ IDEA (Community Edition) 2016.1.1 1394 Thursday, March 31, 2016 Approved
JetBrains IntelliJ IDEA - Community Edition 15.0 1489 Tuesday, November 3, 2015 Approved
JetBrains IntelliJ IDEA - Community Edition 14.1 1624 Tuesday, March 31, 2015 Approved
JetBrains IntelliJ IDEA - Community Edition 14.0.3 836 Monday, February 23, 2015 Approved
JetBrains IntelliJ IDEA - Community Edition 14.0.2 896 Monday, December 22, 2014 Approved
JetBrains IntelliJ IDEA - Community Edition 14.0.1 752 Monday, November 17, 2014 Approved
JetBrains IntelliJ IDEA - Community Edition 13.1.6 452 Saturday, January 24, 2015 Approved
JetBrains IntelliJ IDEA - Community Edition 13.1.5 637 Thursday, October 9, 2014 Approved
JetBrains IntelliJ IDEA - Community Edition 13.1.2 993 Friday, April 25, 2014 Approved
JetBrains IntelliJ IDEA - Community Edition 13.0.1 870 Tuesday, January 7, 2014 Approved
JetBrains IntelliJ IDEA - Community Edition 11.1.5 421 Monday, August 18, 2014 Approved
JetBrains IntelliJ IDEA - Community Edition 11.1.4 419 Tuesday, October 14, 2014 Approved

This package has no dependencies.

Discussion for the JetBrains IntelliJ IDEA (Community Edition) Package

Ground Rules:

  • This discussion is only about JetBrains IntelliJ IDEA (Community Edition) and the JetBrains IntelliJ IDEA (Community Edition) package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or JetBrains IntelliJ IDEA (Community Edition), or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus