RubyMine Folder Tree doesn't refresh

限于喜欢 提交于 2019-12-07 08:49:16

问题


Using RubyMine 2.0.2 for the first time today, on Mac OSX Leopard. If I create files in the filesystem (with, say, script/generate) those new files do not appear in rubymine. I have had limited success with restarting the program, in that the files in the db/ folder are added and removed, but unfortunately new folders in the views directory are not shown.

Pardon my french, but wtf?

Thanks


回答1:


I'm experiencing the same, couple of things seem to work ... Close rubymine, delete the .idea folder ...

sudo rm -r .idea 

(if macos or linux)

... and restart until they fix it

AND/OR

In Rubymine, Go to File > Open Directory > navigate to the directory or file that you require, this should refresh the view, don't add the .idea folder to git ( if you're using it )

Not great, but you can get round it




回答2:


If you right click on a directory in the Projects tab, there is an option for "Synchronize". Click it and RM will show all files, sub-diretories etc. again.



来源:https://stackoverflow.com/questions/2796739/rubymine-folder-tree-doesnt-refresh

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!