lsp4jakarta icon indicating copy to clipboard operation
lsp4jakarta copied to clipboard

Checking if the corresponding API lies on the classpath before adding the diagnostic collector

Open bensonnw opened this issue 3 years ago • 0 comments

Description:

Currently we are adding all collectors in JDTServicesManager constructor, we probably should do it dynamically base on the classpath. For example, checking if they are using the jakarta.servlet specification in their project before adding the ServletDiagnosticsCollector

Specification:

Type of language feature proposed:

Select all that apply

  • [x] diagnostic
  • [ ] quick-fix
  • [ ] snippet
  • [ ] other, please specify:

bensonnw avatar Aug 16 '22 20:08 bensonnw