An open API service indexing awesome lists of open source software.

https://github.com/ackeecz/configuru-extension


https://github.com/ackeecz/configuru-extension

backend

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Configuru - VS Code Extension

VS Code extension for the [Configuru](https://github.com/AckeeCZ/configuru) library.

## Features

### Suggestions of name variables
The extension suggests the names of the variables that are present in the `env.jsonc` file.
![Example](./resources/suggestions.gif)

### Highlighting of invalid variables
If your `config.ts` file contains a variable that is not present in the `env.jsonc` file, the extension will underline it as an error.
![Example](./resources/error_highlighting.png)

**Enjoy!**