SPF-OST / pytrnsys

Package that provides functionality to run and process, plot and report TRNSYS simulations
https://pytrnsys.readthedocs.io
GNU General Public License v3.0
11 stars 8 forks source link

Highlighting of ddck functionality in our chosen editor #181

Open ahobeost opened 7 months ago

ahobeost commented 7 months ago

DDCK syntax highlighting exists for Notepad++. We need this for the common editors we use, e.g. VS code and pycharm at the very least

ahobeost commented 7 months ago

For Pycharm, one can follow this guide. Unfortunately, I couldn't find a way to export these settings to be imported elsewhere: https://www.jetbrains.com/help/idea/creating-and-registering-file-types.html

use ctrl+alt+s to get to settings. In Editor find FIle types. Add one and fill it in as follows: image image image image

Lastly, add File name patterns: image

ahobeost commented 7 months ago

For the config files: image image image image

And associate the file type: image