https://github.com/franneck94/vscode-cpython-extension-pack
https://github.com/franneck94/vscode-cpython-extension-pack
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/franneck94/vscode-cpython-extension-pack
- Owner: franneck94
- License: mit
- Created: 2021-11-24T13:34:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T13:34:23.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T11:14:47.226Z (8 months ago)
- Size: 44.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# CPython Extension Pack
VSCode extensions for CPython and Cython developement.
## Extensions Included
* [Cython Highlighting](https://marketplace.visualstudio.com/items?itemName=tcwalther.cython) - Cython syntax highlighting.
* [Python C++ Debugger](https://marketplace.visualstudio.com/items?itemName=benjamin-simmonds.pythoncpp-debug) - Python debugger attaches a C++ debugger to debug code that calls functions from shared object files (.so/.dll).## Want to see an extension added?
Open a PR and I'd be happy to take a look.
**Enjoy!**