All notable changes to this project will be documented in this file. Dates are displayed in UTC.
- fix: insert an asterisk in the comment header to mark the header as a doxygen header
beffe92
28 April 2023
- feat: add verilog and systemverilog headers (equal to c or c++)
a020b8f
- fix(c, cpp): escape the @ symbol in the email address, else doxygen complais about it
5f79b6e
3 March 2023
- feat(python): add choice node to show/hide the shebang line
a8f97df
- typo(python): remove remaining bracket
46edf7f
22 February 2023
- ci: create two jobs, one which builds the extension, the other releases the extension
b57830a
22 February 2023
- ci: renamed job to release
9dc9f4d
22 February 2023
- chore: automatically generate the changelog when bumping the version of the package
9372e3f
- ci: GitHub workflow definition to automatically release and publish the extension
a478aba
- docs: update the info in the readme
4f9f4ee
- chore: add pre-commit hooks to automatically format json files with prettier
7e3ebb4
- chore: update info in package.json
ff4bdf8
- fix: remove unecessary dependencies or move them to devDependencies
e7a9804
21 February 2023
- fix(python): define the authors email address in the email variable
28d3d23
- fix(vhdl): add escape character before @zhaw to escape the @ symbol (conflict with doxygen commands)
9e1cae7
- fix(vhdl): remove the brief and detailed description from the header because doxygen expects the entity description before the entity declaration
c8521e8
20 December 2022
- Build with yarn.
dad1ca8
- Updated packages and readme
178d3c7
- Standardized the header over all file types
3044730
- Added header snippets for shellscript and python
ee2c0ba
- Added necessary changes and files to provide this plugin as a vscode extension.
20b79c0
- Added InES file header snippets for vhdl and c/cpp.
fe40a83
- Add InES header snippets for latex files.
3e1bb26
- Added installation instructions for VSCode and vim/nvim.
8256745
- Updated the python header
57f6cee
- Split c and cpp snippets.
c73c660
- Initial commit
0778e1a
- Fixed the latex header snippet.
234c3b8
- fix(python): moved one-line docstring onto the same line as the double quotes (PEP257)
5ce3a36
- Removed angle brackets around the email address in the python header
db9cae8
- Added necessary changes and files to provide this plugin as a vscode extension.
10930a4
- Added necessary changes and files to provide this plugin as a vscode extension.
6924273
- Added at least one empty line after the header insertion
9a3a9d6
- fix(python): added space after '=' symbol
a71db21
- Fixed the issue, where the backslash in front of the pipe character would be escaped.
7203be6