This extension is a Norminette decorator for Codam in VSCode
Launch Quick Open with ⌘+P and enter
ext install codam-norminette
If you want to integrate norminette+
, check install instructions via https://github.com/thijsdejong/codam-norminette-plus
After installation, configure codam-norminette.command2
in VSCode to point to norminette+ (default python ~/norminette+/run.py
)
If there are changes to the file, the norm is automatically checked on save
{
"codam-norminette.command": "norminette",
"codam-norminette.command2": "",
"codam-norminette.fileregex": "\\.[ch]$",
"codam-norminette.fileregex2": "(\\.[c])|Makefile|makefile|GNUmakefile$"
}
To report a bug or ask for a feature, please open a Github issue
MIT