-
Notifications
You must be signed in to change notification settings - Fork 51
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
Align with lsp4mp 0.7.1 #806
Comments
I'm interested in working on these issues |
Thanks so much @datho7561 to have taken time to list issues and commits for aligning lsp4mp Could you create an issue please to implement an UI to search workspace symbols please. |
Thanks so much @datho7561 to have taken tile to list issues and commits for aligning lsp4mp Could you create an issue please to implement an UI to search workspace symbols. |
@adietish have you some idea how to open an input dialog like IJ provides with Ctrl+N to search java classes. The idea is to have this kind of UI to search workdpace symbols . See demo at https://github.com/redhat-developer/vscode-quarkus/blob/master/docs/renarde/JavaSupport.md#jax-rs-workspace-symbols-in-a-renarde-application with vscode |
@datho7561 please prioritize jakarta/quarkus3 support |
This is an epic issue for tracking what needs to be done in order to have all the features from lsp4mp 0.7.1 in intellij-quarkus. I've included a list of all the commits that modify the JDT component of lsp4mp.
TODO:
Ensure config_ordinal only appears in MicroProfile projectsFix diagnostics data deserializationonly applies to JDT.LS delegate command handlerPrevent NPE when there are multiple definitions of a config propertyonly concerns LS bits@fbricon has started to support Jakarta @path in #824
Support jakarta namespace with Inject annotationfixed with feat: Support jakarta namespace with Inject annotation #817Support jakarta namespace with microprofile metricsfixed with feat: Support jakarta namespace with Inject annotation #817Add anfixed with chore: complete port of 'Add an id to track the type of each CodeAction' #995id
to track the type of eachCodeAction
Provide full support for jakarta namespacefixed with feat: support Jakarta namespace in OpenAPIAnnotationProposal #830Validatefixed with feat: Validate defaultValue for lists and arrays #996defaultValue
for lists and arraysError for annotating void methods withand Error for GraphQL void mutations (combining since they are related) fixed with feat: Errors for annotating void methods annotated with @Query or @Mutation #1004@Query
The text was updated successfully, but these errors were encountered: