Unable to import maven project in IntelliJ14
Below one worked for me ; Go to File > Settings > Build,Execution,Deployment> Build Tools > Maven > Importing . Change VM options for importer to -Didea.maven3.use.compat.resolver
Below one worked for me ; Go to File > Settings > Build,Execution,Deployment> Build Tools > Maven > Importing . Change VM options for importer to -Didea.maven3.use.compat.resolver
Since version 2021.2 there is a dedicated Don’t copy/cut the current line when invoking the Copy or Cut action with no selection setting for this in Preferences | Advanced Settings on the Mac, Settings | Advanced Settings on other platforms. For older IntelliJ Platform based IDE’s the setting is more hidden: Invoke Help | Find … Read more
Tip: you can find any action in the menu “Help” -> “Find Action…”. This specific action is in the menu “Tools” -> “New Scratch File…”.
There is not a built-in option for this. You would need to configure a custom quick list to do such. Open the Settings dialog and go to “Quick Lists” (It’s under “Appearance & Behavior” in IDEA 14) Click the add button to the right of the middle pane Give your list a name Click the … Read more
Seems Webpack watch doesn’t work if the file is not saved directly. Please try turning ‘Safe write‘ option ( Settings | Appearance & Behavior | System Settings | Use “safe write” (save changes to temporary file first)) off. In 2020.* the option name is Back up files before saving
I had exactly the same problem, so for people looking for the quick answer, try File -> Invalidate Caches / Restart Thanks to user @yole and his comment.
“In macOS Big Sur projects can be opened in separate tabs, both in full screen and normal state. This feature is available when Prefer tabs when opening documents option in macOS preferences is set to always” (JBR-2893). This is shown in the first image: In order to open the project in the same window, change … Read more
Maven’s JRE is running out of memory. Under Build → Build Tools → Maven → Importing, set VM options for importer to -Xmx1024m (the default vaule -Xmx512m is too low).
There is a Fully Expand Tree Node action, which is bound to Numpad * key (*) by default. But if you use this key, it doesn’t expand the whole tree, rather it expands the first level and when you press it again it expands subsequent levels, and so on. But it can still do what … Read more
Please note that this setting has worked for IntelliJ 14 back then, but is no longer applicable for newer versions Find the comments below for plugins as a great alternative (Material Theme UI, Active IntelliJ Tab Highlighter) Although, if you are still using IntelliJ 14: Under File \ Settings \ Appearance & Behavior \ File … Read more