This extension adds Couper-specific highlighting, autocompletion, diagnostics and more to Couper's configuration files in Visual Studio Code.
Select from Couper specific suggestions like blocks, attributes and variables based on your document context. Jump directly to the necessary label or value spots.
To test or improve this extension you can start with make run
and make test
within your working directory.
This extension is also build as web-ext. You can use make run-web
for local testing or make host-vscode-dev
to run
on vscode.dev environment. See https://code.visualstudio.com/api/extension-guides/web-extensions#test-your-web-extension-in-on-vscode.dev .
Couper is a lightweight API gateway designed to support developers in building and operating API-driven Web projects. Acting as a proxy component it connects clients with (micro) services and adds access control and observability to the project.