The official VSCode extension for Bolinette Framework.
Autocompletion features:
- Provide model names in
web.Returns('
andweb.Expects('
- Provide associated payload names in
web.Expects('[MODEL]', '
- Provide associated response names in
web.Returns('[MODEL]', '
- Provide class name based on type in
self.context.[controllers|mixins|models|services]('
You must have python 3 installed on your machine. It uses python
as default path but you can change it in the extension settings.
bolinette.pythonCmd
: Path to the python executor (defaultpython
)
This extension has not been released yet.