Settings

Theme

Show HN: VS Code extension for dotenv-diff

github.com

3 points by chrilleweb a month ago · 0 comments · 1 min read

Reader

I recently published a VS Code extension for dotenv-diff, this is quite simpler than the dotenv-diff npm package.

The problem: you don't always want to install a dependency.

The solution: a VS Code extension so you don't have to install a dependency — it just works out of the box.

This version of dotenv-diff is simpler, it simply does:

- Warn when you have an environment variable that is used in the code but not defined in .env - Warn when you have a .env variable that is not used anywhere in the code

Feedback or suggestions are very welcome!

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection