I happy to announce a simple yet very useful tool to lint your .env files.
wemake-services
/
doten...
For further actions, you may consider blocking this person and/or reporting abuse
Cool! Have you thought about making a VS Code extension 😃?
Nope, but I have now! Do you want to help?
I will give it a try next week! Technically speaking, if it's possible to install the repo as dependency of the extension (or it could be a requirement) and execute the linter as a python shell call, it should be able to tell the user if the file has some errors and the line numbers? As I did a quick read of the source code it reports the filename and line number.
Yes, it sounds like it would work.
Pretty much the same as with
vscode. It is on the roadmap. Contributions are especially welcome.Feel free to start a project. You will have all my support :)