Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javadoc comment formatting #52

Open
acapper opened this issue Sep 7, 2022 · 1 comment
Open

Javadoc comment formatting #52

acapper opened this issue Sep 7, 2022 · 1 comment

Comments

@acapper
Copy link

acapper commented Sep 7, 2022

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

image

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

@shadycuz
Copy link
Member

shadycuz commented Sep 7, 2022

Yeah I recently updated the LS. I'll try to fix this in a week or two. I'll either fix the LS or revert it completely.

Until now you should try and downgrade to 0.5, but if I recall vscode trys to update extensions when ever it can

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants