Mihkell
- Total activity 70
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 10
- Subscriptions 18
-
Created Live template "Applicable in" reset after restart.
AnsweredI have the Live Template below defined. When I set Applicable in to all it works. When I close and open the Intellij it has reset i to “other” only.So it's not persisted over the after the restart.... -
Created Git local changes collapsing
AnsweredWhen I open git “local changes” tab, I want the file tree to be *expanded* buy default.Why can't I just right click on the expand icon and click it to be on by default.. Is it possible to make it n... -
Edited Diff window I can't read out the file name
AnsweredBelow you can see the header of the diff window, and even hovering it just shows the same text. How to make the file name come out fully? -
Created Shortcut for moving in Commit modal panes. From file pane to commit message.
AnsweredI just reinstalled Intellij and suddenly I can't move with Shift+Tab inside Commit modal (CMD+K window).When I'm in Commit message I press Shift+Tab it go's to the changed files list, when I press ... -
Created Remove newlines from selected code (Shortcut)
AnsweredSo I'd like to do something like this, that when I have the code below I can select it and with a shortcut. Make it to be in one line something like (Snippet 2). (\foo -> Component.add foo ... -
Created Intellij Java Code Completion Prioritize My Project Classes
How to tell code completion to show my class "Project" instead of java.lang.Process when I type "Pro". Is there a possibility to tell code completion to prioritize my packages instead of java defau... -
Created Philosophy behind Keymap
AnsweredmacOS Keymap has different layout. Is there a place where I could read what was the philosophy behind creating it? When I should think I need to use `ALT` key when I should expect to find the short... -
Created Java project extract variable produces snail_case instead of camelCase variable
AnsweredSome why my java project is automatically creating snail_case variables instead of camelCase as is standard for java. How to change it back? -
Edited Rerunning a running process needs two activations.
AnsweredSo I have a running Spring application.I click Shift+Option+F9 Debug run dialog pop-up. I select my run configuration and Expect it to run it again.if I do the same thing again, it will rerun the p... -
Created Debug run disconnects first time and runs second time
AnsweredI have my application( Springboot app ) running in debug mode.I click run in debug mode.It disconnects the process.I click run in debug mode.It starts to run.I just let on latest two minor updates....