How To Get Syntax Highlighting On Kivy, .kv, File In Pycharm On Osx?
What are the steps needed to get syntax highlighting on .kv files in PyCharm on OSX?
Solution 1:
The import settings for PyCharm can be found here: https://github.com/Zen-CODE/kivybits/tree/master/IDE
KV Lang File Type Support
- Download this file
- On Pycharm’s main menu, click "File"-> "Import" (or Import Settings)
- Select this file and PyCharm will present a dialog with filetypes ticked. Click OK.
- You are done. Restart PyCharm.
Baca Juga
- Pip Install Salt Returns 'clang: Error: Unknown Argument: '-mno-fused-madd' [-wunused-command-line-argument-hard-error-in-future]
- Mac Caffe Cuda Driver Issue
- Installing Package Halo Gives Error: 'install_requires' Must Be A String Or List Of Strings Containing Valid Project/version Requirement Specifiers
Post a Comment for "How To Get Syntax Highlighting On Kivy, .kv, File In Pycharm On Osx?"