Mihkell
- 活动总数 70
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 10
- 订阅数 18
-
创建于 Live template "Applicable in" reset after restart.
已回答I 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.... -
创建于 Git local changes collapsing
已回答When 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... -
已编辑于 Diff window I can't read out the file name
已回答Below 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? -
创建于 Shortcut for moving in Commit modal panes. From file pane to commit message.
已回答I 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 ... -
创建于 Remove newlines from selected code (Shortcut)
已回答So 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 ... -
创建于 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... -
创建于 Philosophy behind Keymap
已回答macOS 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... -
创建于 Java project extract variable produces snail_case instead of camelCase variable
已回答Some why my java project is automatically creating snail_case variables instead of camelCase as is standard for java. How to change it back? -
已编辑于 Rerunning a running process needs two activations.
已回答So 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... -
创建于 Debug run disconnects first time and runs second time
已回答I 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....