Raul Acevedo
- 活动总数 51
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 11
- 订阅数 9
-
创建于 Call hierarchy results keep reusing same editor window
已回答I'm pretty sure there's a setting to toggle this but I can't find it: every time I click on a caller hierarchy result, it reuses the same editor tab. How do I stop that so it opens results in their... -
创建于 IDEA New UI: Change tab style
已回答I'm trying out the new UI with 2023.1, but the tabs are blend in too much with the editor. Can I style the tab headers, e.g. change the background or font? -
已编辑于 New method completion should add newline after closing brace
已回答This is related to https://intellij-support.jetbrains.com/hc/en-us/community/posts/360010011640-Indent-line-comments-add-line-space-after-starting-new-method. Even if I set min blank lines around m... -
创建于 How do I get rid of new editor tab tool buttons?
已回答How do I get rid of these new buttons that are cluttering the top of the editor, to the right of the path to the current class/method? -
创建于 How to set Javadoc style
已回答Once I have enabled Javadoc comment rendering, how do I change the font style used? I don't see how to find that style. -
创建于 Indent line comments; add line space after starting new method
已回答Two quick questions: Line comments via Meta-/ put the comment at the beginning of the line. This breaks checkstyle and causes many headaches; can I get the comment indented properly in the same co... -
已编辑于 Best way to switch from branch with local changes and then back
已回答I have local changes (not committed) on my branch, and I want to quickly switch to a different branch, and then back to my original one with my local changes. The usual way to do this is by stashin... -
已编辑于 Force IntelliJ to read local maven repository when it loses track of dependencies
已回答IntelliJ frequently "forgets" or fails to detect new/updated artifacts in my local Maven repository. Is there a way to force it to check the local repo for dependencies? The only current fix is to ... -
创建于 Spring "@Value" shows property value not the actual code
已回答IntelliJ replaces the code inside an @Value: with what it thinks the current property value is: How can I disable this behavior, so that it shows the actual code by default, and I can click on it...