sofastack / sofa-rpc

SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.
https://www.sofastack.tech/sofa-rpc/docs/Home
Apache License 2.0
3.81k stars 1.17k forks source link

error code-formatter of comment for package-info.java #1273

Closed jnan806 closed 1 year ago

jnan806 commented 1 year ago

Describe the bug

I found that the all comment for package-info.java in this project is error in code-formatter; Should we fix it ?

For example, In current code, the comment is under the package-name in package-info.java , the tips of comment would not occurred when the pointer is focus on the package.

image

When i move the comment above the package-name in package-info.java, the tips will occur.

image

Expected behavior

Actual behavior

Steps to reproduce

Minimal yet complete reproducer code (or GitHub URL to code)

Environment

EvenLjj commented 1 year ago

@jnan806 Of course, this is also very important. It will be more friendly to users.

jnan806 commented 1 year ago

Okay, I will optimize it ~