You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
Additional * in tooltip comment
Text on new line is not reflected in the comment
Expect:
The comments beginning * should not be present in the tooltip comment
Text that is separated by a new line should be on a new line in the tooltip comment
Example Code:
class MyClass {
/**
* Test
* Newline
* @author test
*/
void test(String test) {
println('test' + test)
}
}
Replication:
I can replicate this issue 100% of the time after version 0.5.0
This issue doesn't seem to be present in 0.4.0 although the comments dont seem quite right in that version either since everything is in a nested bullet point list
The text was updated successfully, but these errors were encountered:
VSCode Version: 1.71
Groovy-Guru Version: 0.6.0
Issue:
Additional * in tooltip comment
Text on new line is not reflected in the comment
Expect:
The comments beginning * should not be present in the tooltip comment
Text that is separated by a new line should be on a new line in the tooltip comment
Example Code:
Replication:
I can replicate this issue 100% of the time after version 0.5.0
This issue doesn't seem to be present in 0.4.0 although the comments dont seem quite right in that version either since everything is in a nested bullet point list
The text was updated successfully, but these errors were encountered: