forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
Don Jayamanne edited this page Sep 23, 2016
·
4 revisions
- Intellisense and Linting
- Context actions for some linter messages
- Disable autocompletion in comments
- Prompt to install linter if not installed within currently configured interpreter (#30)
- Miscellaneous tools
- Code coverage
- Profiler
- Remote Interpreter
- Integrating Jupyter (discussions here #303) (in progress)
- Miscellaneous IDE enhancements
- Debugging enhancements
- Securely debugging Python applications in the cloud (Azure, AWS or Google Cloud)
- Remote debugging over SSH
- Attaching debugger
- Support reloading when debugging Django application