Linux_Environment_settings
https://code.visualstudio.com/download
download .deb file
move to Download file folder
file * name = download file Name
sudo dpkg -i *.deb
sudo apt-get install python3-pip
sudo pip install pyqt5
sudo apt-get install qttools5-dev-tools
sudo apt-get install qttools5-dev
. /usr/lib/x86_64-linux-gnu/qt5/bin/
install ExTensions (Ctrl+Shift+X)
find "PYQT integration" install it.
File > Preference > Settings
Pyqt-integration > Qtdesigner:Path
add path
/usr/lib/x86_64-linux-gnu/qt5/bin/designer
reference:
https://blog.csdn.net/ayiya_Oese/article/details/116299610