redhat-developer / lsp4ij

LSP Client for IntelliJ
Eclipse Public License 2.0
86 stars 17 forks source link

Incorrect capitalization warning #450

Open InSyncWithFoo opened 1 month ago

InSyncWithFoo commented 1 month ago

I'm getting this warning:

String 'languageServer.presentableName' is not properly capitalized. It should have title capitalization

The warning is for the key name itself rather than the corresponding .properties entry, according to the quick fix.

Perhaps some specialized logic in Plugin DevKit is at play, since the same definitions in, for example, ConfigurableEP.java work perfectly: keys and bundles are recognized as such and can be navigated to via the go-to-definition feature.

angelozerr commented 1 month ago

Perhaps some specialized logic in Plugin DevKit is at play

Yes I think so, but I don't know if it is possible to contribute to teh DevKit plugin?

InSyncWithFoo commented 1 month ago

It's stored in @JetBrains/intellij-community, so yes, I guess. You could try asking at this Slack workspace for more information.

angelozerr commented 1 month ago

@InSyncWithFoo to be honest with you I will not have time to work on this issue because I prefer working on another issue like LSP API.