idea操作
IntelliJ IDEA设置打开窗口的数量
File->Editor->GEneral->EditorTable->Tab closing Policy->Tab limit
when ide annotate can nont use or click
1.Click on the VCS option in the menu bar
2.Enable VCS
3.Select your version control //git
4.Done, you should be able to use the annotate option
idea 服务器激活
http://btsha.com:41017
idea project看不到目录结构的解决办法
mac下
先打开隐藏文件 command + shift + .
然后删除相应目录下的.idea隐藏文件夹
webstrome 鼠标指针变成块的解决办法
首先打开setting,然后搜索use block caret看看是否勾选了,若是没有勾选,就打开Plugins
搜索ideaVim 取消勾选就可以
将idea分配内存增大
1.将下面的代码粘贴到 idea安装目录bin/idea.vmoptions,替换最上面4行
2.mac 的idea–> 打开包内容->找到bin/idea.vmoptions
-Xms1024m
-Xmx4096m
-XX:ReservedCodeCacheSize=1024m
-XX:+UseCompressedOops
更改目录树文件显示颜色
Preferences > Version Control > File Status Colors
然后选中颜色更改即可