tchart Well-Known Member Licensed User Longtime User Jun 12, 2024 #1 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 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.
drgottjr Expert Licensed User Longtime User Jun 12, 2024 #2 the slc that i use supports single line comments: // multi-line comments: /* */ and comments designed to appear as tool tips in b4x apps: /** */ i use them all all the time.
the slc that i use supports single line comments: // multi-line comments: /* */ and comments designed to appear as tool tips in b4x apps: /** */ i use them all all the time.
tchart Well-Known Member Licensed User Longtime User Jun 12, 2024 #3 drgottjr said: the slc that i use supports single line comments: // multi-line comments: /* */ and comments designed to appear as tool tips in b4x apps: /** */ i use them all all the time. Click to expand... Interesting, let me check my version. The new comments werent showing in B4J.
drgottjr said: the slc that i use supports single line comments: // multi-line comments: /* */ and comments designed to appear as tool tips in b4x apps: /** */ i use them all all the time. Click to expand... Interesting, let me check my version. The new comments werent showing in B4J.
tchart Well-Known Member Licensed User Longtime User Jun 12, 2024 #4 @drgottjr you are absolutely right, not sure why I wasnt seeing them the other day! Problem was me obviously.
@drgottjr you are absolutely right, not sure why I wasnt seeing them the other day! Problem was me obviously.