BBx-Kitchen / bbj-language-server

BBj Language Server
MIT License
7 stars 6 forks source link

Missing comments/documentation on hover and auto-completion #75

Closed hyyan closed 2 months ago

hyyan commented 1 year ago

When properties , methods, interfaces and classes are hovered, comments should be showed. Same on auto-completion

dhuebner commented 1 year ago

@hyyan

When properties , methods, interfaces and classes are hovered, comments should be showed. Same on auto-completion

Do you mean Java or BBj?

hyyan commented 1 year ago

@hyyan

When properties , methods, interfaces and classes are hovered, comments should be showed. Same on auto-completion

Do you mean Java or BBj?

Both with BBj having the higher priority

dhuebner commented 2 months ago

@hyyan For BBj it is working now typefox-dev branch:

Bildschirmfoto 2024-08-22 um 13 42 46

Compiled Java classes do not include sources so do not include comments. For Java there is a Javadoc support implemented (not finished) based on *.json files.

StephanWald commented 2 months ago

General implementation done. There are remaining detail issues reported separately, closing this umbrella issue for clarity.