https://github.com/ackeecz/configuru-extension
https://github.com/ackeecz/configuru-extension
backend
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ackeecz/configuru-extension
- Owner: AckeeCZ
- License: mit
- Created: 2024-07-26T13:07:30.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T13:25:40.000Z (about 1 year ago)
- Last Synced: 2025-05-06T14:42:09.892Z (about 1 year ago)
- Topics: backend
- Language: TypeScript
- Homepage:
- Size: 795 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.

### 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.

**Enjoy!**