Error:java.lang.RuntimeException: com.intellij.util.io.PersistentEnumeratorBase$CorruptedException:
Use File | Invalidate Caches and restart.
Use File | Invalidate Caches and restart.
File -> Open Recent -> Clear List Edit: For versions of 2016+ this is no longer available. Use This solution: File -> Open Recent -> Manage Recent Projects / Startup Dialog, ctrl+a (select multiple with ctrl+click) -> del
Disable Insert pair bracket:
I think that the question is mostly asking to what key combination do you change it, and why JetBrains haven’t implemented the update to the Mac keymap by themselves. Anyways, I’ve swapped the Ctrl+Space with Option+Space which doesn’t seem to collide with any Mac OS X system key shortcut.
Had the same issue while using IDEA CE 15: Removing the Python CE plugin 5.0.143.103 fixed the issue… but no Python parsing! 🙁
To fix this issue, you need to remove the .lock file in your configuration. It’s in the config folder, examples for IntelliJIdea2023.2 linux: ~/.config/JetBrains/IntelliJIdea2023.2 Windows: C:\Users\JohnS\AppData\Roaming\JetBrains\IntelliJIdea2023.2 macOS ~/Library/Application Support/JetBrains/IntelliJIdea2023.2 There can be multiple versions of your program in the JetBrains folder, such as IntelliJIdea2023.1 and IntelliJIdea2023.2. You need the latest. Delete the .lock file and … Read more
This worked for me: Right click pom.xml Select Maven Reload project
IntelliJ 13 supports “refreshing” the Gradle project. When the project is refreshed any dependency changes are picked up as well as any changes to the project structure. In order to do so go to View -> Tool Windows and open the Gradle Tool Window you find the refresh button in the upper bar.
WebStorm now supports vue.js (starting from 2017.1 [blog]) So no additional steps required DEPRECATED This is the checklist of ways to improve WebStorm(PhpStorm, Idea, etc.) experience: Use Vue.js plugin. UPDATE: Both plugins have own problems atm vue-for-idea has weird side-effects (hiding node_modules from project view); John Kelly’s Vue.js plugin force you to use special declarations … Read more
Override the keymap for Ctrl+F to “Find” which was mapped to some other find. To be more specific, in Settings – Keymap go to Main Menu – Edit – Find – Find… and make sure that a Shortcut is assigned here.