I've been trying to configure VSCode as an IDE for 3ds max python. So far, I've gotten execution and linting to work, The only piece thats missing is autocompletion/Intellisense. So what ive done is changed the Python interpreter from the original one to C:\Program Files\Autodesk\3ds Max 2018\3dsmaxpy.exe. I then installed…
Today I installed latest VSCode, and this is all working for me after first time setup. - I turned on "Python Server" when prompted, I believe this is a new method of handling autocomplete/linting? - I also turned on pylint, unsure if that was necessary. - Changed the interpreter to ...3dsmaxpy.exe - I am on 3dsmax 2019
Hi, MaxPlus autocompletion works on my side with the following settings.json { "editor.acceptSuggestionOnEnter": "on", "python.autoComplete.extraPaths": [ "C:/Program Files/Autodesk/3ds Max 2018", "C:/Program Files/Autodesk/3ds Max 2018/MaxPlus.py", "C:/Program Files/Autodesk/3ds Max 2018/MaxPlusExtend.py", ],…
How did you added the intpreter in vs code? I'tried this { "folders": [ { "path": "." } ], "settings": { "python.pythonPath": "c:\\Program Files\\Autodesk\\3ds Max 2019\\3dsmaxpy.exe", "python.autoComplete.extraPaths": [ "C:\\Program Files\\Autodesk\\3ds Max 2019" ], "files.exclude": { "**/*.pyc": true } }} There is no way…
I've never used VSCode. If you don't mind using SublimeText3. It's pretty easy to get it setup. If your interested I can type it up. If not maybe the guys over at CGSociety Max forum can help you out.