I know that SLC supports multi-line comments using // but it would be great if it could also support comment blocks ie /** and */
I have been using Codeium to auto-generate code comments in some of my Java libraries - https://github.com/Exafunction/CodeiumVisualStudio
The comments are inserted using block comments ie /** & */ which SLC doesnt process - example below.
I have been using Codeium to auto-generate code comments in some of my Java libraries - https://github.com/Exafunction/CodeiumVisualStudio
The comments are inserted using block comments ie /** & */ which SLC doesnt process - example below.