intellij-community
intellij-community copied to clipboard
IntelliJ IDEA & IntelliJ Platform
I was recently writing a plugin for IntelliJ and I noticed that PsiAugmentProvider only supports PsiClass. I've added support also for PsiMethod maintaining the same design choices and code style....
Fix for static member function skeletons. See https://youtrack.jetbrains.com/issue/PY-49650 and https://youtrack.jetbrains.com/issue/PY-49144 for details.
https://github.com/JetBrains/intellij-community/commit/01e0d412641e52bb4185517928bbbd9e7a21c13f#diff-4497b4c4afdd25574053db8b6de01a43669c1b3200a5d4d31d14da002614e400 fixed highlight to no longer blocked by VFS refresh, which is good. However, once highlight do start with all passes (heavy process beside vfs refresh finished), highlight keeps getting...
The inspection reports EnumType.values() method calls which leads to clone of the array of the enum constants every time.
Previously, strings such as "#33FFFF" would trigger typo warnings, since the regular expression used to split the word would detect "FFFF" as a word; more generally, unless the "#" were...
I _think_ this will allow automatic language injection for handlebars within fenced code blocks landed by `hbs`. I wasn't sure if there was any way to do this via configuration...
Instead, just log. https://youtrack.jetbrains.com/issue/IDEA-269193
if path is a http url,