Skip to content

Commit

Permalink
新增文章:解决代码提示功能消失
Browse files Browse the repository at this point in the history
  • Loading branch information
李慢慢 committed Jan 7, 2014
1 parent db3df56 commit 854349f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions FAQ/问题集合/JavaWeb项目/解决代码提示功能消失.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 解决代码提示功能消失
---
* **工具名称**:intellij idea
* **工具版本**:12.1.6
* **操作系统**:windows 7 64bit
* **jdk版本**:jdk 1.7
* **部署容器**:tomcat 6.0
* **问题描述**
1)代码上没有任何警告或错误的提醒,但是make会提示错误信息;2)部分快捷键失效,比如导入java包快捷键。
如下图所示:
![image](https://f.cloud.github.com/assets/5557595/1851160/f1a7478a-76e3-11e3-8c1c-b9647262265e.png)
* **解决方案**(目前共有三种情况):
情况一
勾选了"power save mode"(省电模式)。在省电模式下,就没有代码提示了。解决方法是,关闭省电模式,重启intellij idea。
![asdf gif](https://f.cloud.github.com/assets/5557595/1851159/f1a53d5a-76e3-11e3-9edb-bd74f674b1d3.gif)
情况二
缓存问题。解决方法是,删除缓存 file -> invalidate caches,根据提示重启intellij idea。
情况三
配色问题。解决方法是,切换到其他配色,比如内置配色darchla。
![1](https://f.cloud.github.com/assets/5557595/1851161/f1aee06c-76e3-11e3-9107-bec5e95ac547.png)

---
* **作者**:李慢慢
* **时间**:2014年1月6日 23:23:45

0 comments on commit 854349f

Please sign in to comment.