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

Enable Maven editor hints in LSP #3833

Merged
merged 5 commits into from
Mar 25, 2022
Merged

Conversation

sdedic
Copy link
Member

@sdedic sdedic commented Mar 22, 2022

An extension of #3793, this hint bridges Maven hints to LSP. The ErrorProvider runs explicitly parser task internals and report to LSP client.

Note that these changes would not be necessary if the LSP server would have been running the parser cycle ("kolecko") for document changes - but it does not -- see NETBEANS-6477.

I needed also to move Maven MIME type registration to lower layer module - but the base Maven module already contained registrations based on that MIME type - but did not define the resolver for it.

@sdedic sdedic added enhancement LSP [ci] enable Language Server Protocol tests Maven [ci] enable "build tools" tests labels Mar 22, 2022
@sdedic sdedic added this to the NB14 milestone Mar 22, 2022
@sdedic sdedic self-assigned this Mar 22, 2022
Copy link
Contributor

@dbalek dbalek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine.

@sdedic sdedic merged commit c249831 into apache:master Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement LSP [ci] enable Language Server Protocol tests Maven [ci] enable "build tools" tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants