PyCharm change file type association

拟墨画扇 提交于 2019-11-29 01:28:34

问题


I have a file in PyCharm and its used to be just a .txt file. Now I wanted to use .rst (reStructuredText).

I know that when I open a file without an ending for the first time PyCharm asks me what kind of file it is and how the syntax should therefore be interpreted.

Can i open up that dialog again somehow, or can I change the association in some other way?


回答1:


Actually, @CrazyCoder is right: If you accidentally mis-labeled the file, PyCharm remembers it and sets a "pattern" for the new file based on the name.

So go to Settings | Editor | File Types, find the type you accidentally mislabeled and remove it from the "Registered Patterns" list.

For example, I mislabed "osm.py" as text file, so under "Text files" I have:

*.bat
*.cgi
.
.
.
osm.py

Remove it and you get your py file colors back! You can also register a file association where there is no extension. By default this is associated as "Text file".

More on File Types.




回答2:


See Settings| Editor | File Types.




回答3:


I was having the same problem and noticed that if I 'Invalidate Caches' under the File menu I was able to trigger a re-asking of the file type.

Definitely not ideal.




回答4:


In case someone still cannot find it: under Settings | Editor | File Types menu, look for: Files Opened In Associated Applications - see if you can spot there the full name of the problematic file and remove it.



来源:https://stackoverflow.com/questions/6889982/pycharm-change-file-type-association

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