intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

IntelliJ IDEA & IntelliJ Platform

Results 407 intellij-community issues
Sort by recently updated
recently updated
newest added

if no args passed ``` if len(sys.argv) > 0: started_message = sys.argv[1] ... ``` IndexError: list index out of range

Reports objects which are a subtype of java.util.Set or java.util.Map that may contain keys of functional interface type. In such situations non-captured lambdas/method references could be stored in sets which...

Implements https://youtrack.jetbrains.net/issue/IDEA-206970

Implements https://youtrack.jetbrains.net/issue/IDEA-206965

Implements https://youtrack.jetbrains.net/issue/IDEA-206930

Just like functions from #660, `.config/fish` can contain completions (I have them for `docker-compose` for instance). This trivial change adds support for them into terminal plugin.

Solves https://youtrack.jetbrains.com/issue/IDEA-195932 Currently, "Check connection" is disabled for "No proxy", which doesn't make sense.

This is a continue of my previous already closed PR: https://github.com/JetBrains/intellij-community/pull/1014 (Fix IDEA-141538: XML validator does not use a relative path to the XSD) that was partially accepted. Please assign...

IntelliJ IDEA can be build by other IntelliJ IDEA but not yet by the 'ant' command. I can't figure out how to add the lib/tools.jar of JDK into the compile...