This Python package provides code completion and type hints for C/C++ extension modules in IDEs like VSCode.
It effectively enhances developers' coding efficiency and accuracy.
- Python version >= 3.8
- Install the
Bladex
package from the command line.pip install Bladex
- Install the
Python
andPylance
extensions in VSCode. - Right-click on the project root directory in VSCode and open folder settings.
Search forpython.analysis.typeCheckingMode
and set it tobasic
.
To update the package run:
pip install --upgrade Bladex
- Create a file named
.vscode/settings.json
in the project's root directory. - Add the following content to the file and modify the Python installation path:
{
"python.autoComplete.extraPaths": [
"~/AppData/Local/Programs/Python/Python39/Lib/site-packages/Bladex/__ext__"
],
"python.analysis.extraPaths": [
"~/AppData/Local/Programs/Python/Python39/Lib/site-packages/Bladex/__ext__"
]
}
The Python39
folder represents the Python version used in this project. If you have a different version installed, you should modify the path accordingly.
You can use pip show Bladex
to check the package's installation location.
The settings.json
file follows JSON syntax, ensure that your edits are correct.
See Steam Community
See ChangeLog.md
To report bugs or discuss features, please use Issues section.
- Blade of Darkness Scripts
- Rebel Act Studios, Fire Falcom, General Arcade
- SNEG
- smartblade
- OpenAI's ChatGPT