VHDLFormatter
VHDLFormatter copied to clipboard
VHDL formatter web online written in typescript
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
--- ## Request a new feature First of all - thank you for your grat work! ### Skip formatting in defined regions with comment tags It would be great to...
Improve indentation around multiline assignments, comma fixup feature, plus some minor updates.
## Request a new feature It would be nice to have an option to set the maximum line width and apply the alignments under that directive. #### Example Input: If...
## Request a new feature When declaring constants and having the "align all" option set to "true", the alignment may separate the constant name far from the set value for...
## Report a bug ### Input (align signs in all places selected) ``` ringbuffer_full
I think there is a problem if "when" and "if" are in same line. I´m using VHDLFormatter with the cli fork of @raczben with added signAlignSettings(true, false, "global", ["PORT", "GENERIC"]);....
## Report a bug When case statement is having its assignment aligned, the numbers of spaces is also copied between the signal and "
## Report a limitation There is no description for contributors. If I understand correctly no standard testing framework used (like mocha, nyc etc...) Am I right (why)? Or: how to...