1. Find the houdini.env file in the python folder of my document, open it, and add the statement
EDITOR = vscode path
For example: EDITOR = D:\vscode\Microsoft VS Code\Code.exe

Next, press ait+E in the code compilation window such as python Source Editor in houdini to open the vscode compiler, save it after entering the code in the compiler, and close the vscode to load the code into the window, as shown in the figure:

Second, add hou library for vscode
Find the location of the hou library in houdini
print hou.__file__

Add a statement in the setting.json file of vscode
"python.autoComplete.extraPaths": ["D:/houdini/houdini/python2.7libs"]

Implemented code hinting

1. Install vscode 2. Install the python interpreter 3. Create a new project, and then open the project folder with vscode 4. Use the Ctrl+Shift+P command in vscode to open all command panels 5. Enter ...
VScode compile Python environment configuration Install python plugin Search Python in the app store and install: Python code auto-completion File → Preferences → Search for python extension...
table of Contents Ready to work VSCode preliminary User Interface hot key Install extension Configuration files and built-in terminal settings Advanced debugging configuration summary reference ...
Start using Python, Win10 system in VS CODE Python environment configuration in vscode Precondition Install VS Code and Python Extension Install Python Interpreter Python environment configuration in ...
Python download installation Download on the official website:Download Python | Python.org About Python installation, a large pile of online, but it is also recommended a Python tutorial on the B stat...
There are many Python development environment IDEs, and everyone has their own favorite and habitual IDE. I have been using Eclipse as the Python development environment before, and it feels good to g...
The environment configuration (windows) mainly includes: 1. Add the path of python to the environment variable: there may be several versions, anaconda, the default installed version, etc., you need t...
Articles directory 1. Step 1. Install Python plug -in 2. Configure the debug json file 3. The effect of successful configuration Summarize 1. Step 1. Install Python plug -in Search for Python to downl...
background Create a virtual running environment for python, such as tensoflow, and want to run debugging under VS Code. step Reference instructions: (1) Download VS Code (2) Install Python plug-in See...
Article Directory Foreword C ++ environment Install plug Installation environment MinGW G ++ Compile and run Python environment HTML Foreword Yesterday I asked the students how to configure VScode, I ...