- sublimeText for vex
- pycharm for py
but as far as i can tell, it's not possible to have houdini work with both apps. best i can do is close houdini / edit the houdini.env file and swap these two lines to switch which editor to use and that's not great. I have to use different apps because I've gotten vex autocomplete working in sublimeText and houdini python autocomplete working in pycharm... (plus pycharm is good at py but not vex and i have py macros in pycharm but not sublimeText and vice versa, so there's a number of reasons why i wouldn't want to just use one app even if i could get the sublimeText hou py autocomplete working..
)EDITOR = "C:/Program Files/Sublime Text 3/sublime_text.exe"
EDITOR = "C:/Program Files/JetBrains/PyCharm Community Edition 2021.1.1/bin/pycharm64.exe"




