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

Language Server Experiments #821

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

laeubi
Copy link
Contributor

@laeubi laeubi commented Oct 26, 2023

Some playground for integration of Language Servers in PDE as in

Actually a LS would also be good for any PDE artifacts:

  • MANIFEST.MF
  • build.properties
  • products
  • features
  • categories
  • ...

Will require:

@github-actions
Copy link

github-actions bot commented Oct 26, 2023

Test Results

   248 files   -      22     248 suites   - 22   36m 1s ⏱️ - 37m 22s
3 169 tests  -    158  3 162 ✔️  -    135    6 💤  - 24  1 +1 
4 494 runs   - 5 784  4 474 ✔️  - 5 714  18 💤  - 72  2 +2 

For more details on these failures, see this check.

Results for commit efc8dc5. ± Comparison against base commit a586a7e.

This pull request removes 159 and adds 1 tests. Note that renamed tests count towards both.
org.eclipse.pde.genericeditor.extension.tests.AttributeNameCompletionTests ‑ testAttributeNameSuggestions
org.eclipse.pde.genericeditor.extension.tests.AttributeNameCompletionTests ‑ testNoAttributeNameRepeatSuggestions
org.eclipse.pde.genericeditor.extension.tests.AttributeValueCompletionTests ‑ testAttributeNameSuggestions
org.eclipse.pde.genericeditor.extension.tests.Bug527084CompletionWithCommentsTest ‑ testAttributeNameCompletion
org.eclipse.pde.genericeditor.extension.tests.Bug527084CompletionWithCommentsTest ‑ testAttributeValueCompletion
org.eclipse.pde.genericeditor.extension.tests.Bug527084CompletionWithCommentsTest ‑ testTagNameCompletion
org.eclipse.pde.genericeditor.extension.tests.Bug527084CompletionWithCommentsTest ‑ testTagValueCompletion
org.eclipse.pde.genericeditor.extension.tests.Bug528706CompletionWithMultilineTagsTest ‑ testAttributeNameCompletionAfterAMultiline
org.eclipse.pde.genericeditor.extension.tests.Bug528706CompletionWithMultilineTagsTest ‑ testAttributeNameCompletionAsAMultiline
org.eclipse.pde.genericeditor.extension.tests.Bug528706CompletionWithMultilineTagsTest ‑ testAttributeNameCompletionBeforeAMultiline
…
AllPDETests org.eclipse.pde.ui.tests.launcher.AllLauncherTests org.eclipse.pde.ui.tests.launcher.FeatureBasedLaunchTest ‑ Unknown test

♻️ This comment has been updated with latest results.

@vogella
Copy link
Contributor

vogella commented Oct 26, 2023

Using language server in PDE would be amazing. Thanks Christopher for working on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants