Closed Nabav closed 2 years ago
Please not that the block comments are also added recently into VHDL-2008.
/*
multiple line comment
*/
-- single line comment
a <= b; -- inline comments
The new extension does this. https://github.com/rioj7/remove-comments
By copying VHDL codes from language templates, a lot of inline comments are added, which usually violate the maximum single line length.
For example:
All
[whitespace]--whatever
parts can be removed.