Raul Acevedo
- Total activity 51
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 9
-
Created Call hierarchy results keep reusing same editor window
AnsweredI'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... -
Created IDEA New UI: Change tab style
AnsweredI'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? -
Edited New method completion should add newline after closing brace
AnsweredThis 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... -
Created How do I get rid of new editor tab tool buttons?
AnsweredHow 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? -
Created How to set Javadoc style
AnsweredOnce I have enabled Javadoc comment rendering, how do I change the font style used? I don't see how to find that style. -
Created Indent line comments; add line space after starting new method
AnsweredTwo 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... -
Edited Best way to switch from branch with local changes and then back
AnsweredI 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... -
Edited Force IntelliJ to read local maven repository when it loses track of dependencies
AnsweredIntelliJ 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 ... -
Created Spring "@Value" shows property value not the actual code
AnsweredIntelliJ 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...