Tom Williamson
- 活动总数 120
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 9
- 订阅数 35
-
创建于 Collapsed code view different than code folding?
已回答There is apparently a new “helpful” code folding feature which I can't figure out how to turn off. At the top of each Java code window, the first line (or lines) of code, showing the class name,... -
已编辑于 Why does "Refactor" suddenly remove unused imports?
已回答I have used “Refactor>Rename” (Shift-F6) for a long time. There seems to be a new “Feature” - Renaming a static string seems to remove unused imports from my Java class.Refactoring “private stati... -
已编辑于 Why doesn't Maven "Settings" retain my local Maven install?
已回答I am using IntelliJ 2023.1.2 Ultimate Edition on Windows 10 64 bit. I have a local Maven installation in my (for example) C:\maven\maven-3.9.4 folder. I have set my Intellij settings at \Build, E... -
创建于 Center panel of "Resolve Conflicts" window is also locked?
已回答I have Intellij 2021.2.1 and am having trouble using the "Resolve Conflicts" merge window with a simple Git merge. The instruction page here: https://www.jetbrains.com/help/idea/resolve-conflict... -
创建于 Turn off Property placeholder resolution?
已回答I work with a lot of XML files that contain property placeholders of the type used by Spring (typically ${my.property.name}): Occasionally the IDE will be "helpful" and display the resolved value ... -
创建于 Smart code completion broken by 2017.1 update?
已回答The smart code completion for things like method names and property names (in Maven POM files particularly) seems broken after the latest update. When I try to enter a property name, it seems lik... -
创建于 Where are the IvyIDEA logs?
已回答Where are the logs for the IvyIDEA plugin stored? I have the logging cranked up to "All" in the settings, but not seeing anything. I need the logs because I'm getting a weird cert error using Ivy... -
创建于 Kotlin plugin generates NPE over and over?
已回答Anybody else run into this on Intellij 15.0.5? I got this error over and over again every few seconds - finally had to disable the Kotlin plugin. Not sure what all Kotlin's used for internally ... -
创建于 Is there any way to manually invoke facet detection?
已回答I saw a post on this from 2007: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206308989-How-To-Manually-Invoke-Facet-Detection but has there been any progress on it? It would b... -
创建于 Environment variable for Tomcat log directory?
已回答IDEA Ultimate's Tomcat integration is great, but I was wondering if there's an environment variable to point to the (temporary) Tomcat working path, not the Tomcat installation. I repeatedly need ...