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

[bnd] Language Server for bnd #5861

Closed
wants to merge 4 commits into from
Closed

[bnd] Language Server for bnd #5861

wants to merge 4 commits into from

Conversation

pkriens
Copy link
Member

@pkriens pkriens commented Nov 1, 2023

This is a branch for the language server

---
 Signed-off-by: Peter Kriens <[email protected]>

Signed-off-by: Peter Kriens <[email protected]>
@pkriens pkriens self-assigned this Nov 1, 2023
@pkriens pkriens marked this pull request as draft November 1, 2023 14:13
@laeubi
Copy link
Contributor

laeubi commented Nov 3, 2023

See

as a first step one would need the following compile dependencies

<dependency>
    <groupId>org.eclipse.lsp4j</groupId>
    <artifactId>org.eclipse.lsp4j</artifactId>
    <version>0.21.1</version>
</dependency>
<dependency>
    <groupId>org.eclipse.lsp4j</groupId>
    <artifactId>org.eclipse.lsp4j.jsonrpc</artifactId>
    <version>0.21.1</version>
</dependency>

@pkriens as I'm not familiar with bnd project structure, can you add these so they are available in that project you created? I think there is no IP issues to consider as these are EPL2.0 already?

I then can migrate my current sever side attempts here:

Integration with bndtools/eclipse client side can then be part of

---
 Signed-off-by: Peter Kriens <[email protected]>

Signed-off-by: Peter Kriens <[email protected]>
@pkriens
Copy link
Member Author

pkriens commented Nov 6, 2023

done.

@pkriens pkriens changed the title Language Server for bnd [bnd] Language Server for bnd Nov 7, 2023
Add first experiments showing basic autocompletion and token support
@pkriens
Copy link
Member Author

pkriens commented Dec 24, 2023

I get the vibe that this is not achieving a lot of love ... closing it until we get activitiy.

I'll keep the branch alive.

@pkriens pkriens closed this Dec 24, 2023
@pkriens pkriens deleted the feature/lsp branch November 12, 2024 14:28
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.

2 participants