I have several django projects and several different files with name utils.py
, however pycharm treats them as simple .txt
files with no syntax highlighting or any other kind of parsing, how can I fix this?
相关问题
- XDG_RUNTIME_DIR points to non-existing path
- wxPython and PyCharm on Mac
- PyCharm referencing older, removed variable
- Pycharm Error - 'pip' is not an internal o
- Correct usage of typing types for args and kwargs?
相关文章
- pycharm上传代码到github,为什么不能指定某一个项目,而是默认上传第一个项目
- Profiling Django with PyCharm
- How to fix this strange error: “RuntimeError: CUDA
- Pycharm Edu 无法运行代码
- PygraphViz Import Error With PyCharm
- How do you edit the default `__author__ = name` li
- using stdin in pycharm [duplicate]
- Process finished with exit code -1073741819 (0xC00
Please see
File
|Settings
(Preferences
on Mac) |Editor
| File Types, select the Text files and removeutils.py
from there. Most likely it was added by accident from the file right click context menu.