主页
IDEs Support (IntelliJ Platform) | JetBrains
提交请求
社区
登录
Mark Vedder
关注
新帖子
新帖子和评论
活动总数
1914
最后的活动
2017年03月22日 14:15
成员加入日期
2004年06月11日 15:43
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
850
活动概览
帖子(41)
评论(1022)
按投票数排序
最近的活动
投票数
创建于
2013年09月23日 16:26
nikolaus wrote:How can I make those variables marked as used, please?With your cursor on the field name (i.e. bootstrapDataEvent), type Alt + Enter (Windows) or ⌥⏎ (Mac) . From the popup, select ...
社区
IntelliJ IDEA Users
Private field is never assigned....... but it is!!
10 票
创建于
2010年04月26日 18:27
Hello Rohit,Welcome to the IntelliJ IDEA community.Sounds like there is a misconfiguration in the project setup somewhere with the JDK such that IntelliJ IDEA is not finding the SDK.First, verify y...
社区
IntelliJ IDEA Users
JRE classes like java.lang.String cannot be resolved.
8 票
创建于
2013年02月12日 23:38
You can configure command line commands to execute via the "External Tools" feature. Go to File > Settings > [IDE Settings] > External Tools to create an External Tool definition. I've never done i...
社区
IntelliJ IDEA Users
Anyway to Make IntelliJ IDEA run command line commands
6 票
创建于
2013年10月07日 16:59
Ctrl+P will show the list of parameters. The current parameter be will be in bold. You can use TAB and Shift+TAB to navigate between parameters. In the event of overloaded methods, all are shown. A...
社区
IntelliJ IDEA Users
Shortcut to see method parameters, or placeholders?
5 票
创建于
2014年04月18日 21:15
Try invalidating your caches and restarting IDEA (File > Invalidate Cache). Wait for IDEA to re-index your project (Status indicator on lower right status bar). The caches will sometimes become cor...
社区
IntelliJ IDEA Users
Module compiles, but editor shows compilation issues
5 票
创建于
2010年06月22日 14:38
If you are referring to the file name being in red, that indicates there was a Version Control System (VCS) merge conflict (or the file was changed as part of two different change lists and has not...
社区
IntelliJ IDEA Users
Why is my file marked in red?
4 票
创建于
2012年10月23日 16:50
This is because the "Optimize imports on the fly" option is selected. After you type the import, IDEA sees it it not being used in the code (when optimizing the imports) and removes it. Your two op...
社区
IntelliJ IDEA Users
Java import hiding/disappearing
4 票
创建于
2012年04月03日 22:38
To the best of my knowledge, only if you pin the results. So for example, let's say you run all the tests in package xyz and one fails. Pin the tab (via the Pin icon on the left). Then when you s...
社区
IntelliJ IDEA Users
Is there a run history?
4 票
创建于
2014年11月20日 15:20
Yes. The spelling inspection allows you to set a scope to check. In the Settings dialog, go to the scope options (it's in the "Appearance & Behavior" section in IDEA 14) Click the add button and se...
社区
IntelliJ IDEA Users
Disable spelling checking inspection for specific file types?
3 票
创建于
2012年08月23日 20:19
File > Settings > Project Settings > MavenFor the "Local Repository", check the override box and set the desired location. Alternatively, you can override the "User settings file" to use your alter...
社区
IntelliJ IDEA Users
Use alternate local maven repository
3 票
1
2
3
4
5
6
›
»