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

How can I make extension for lapce #1409

Closed
theabhayprajapati opened this issue Sep 30, 2022 · 2 comments
Closed

How can I make extension for lapce #1409

theabhayprajapati opened this issue Sep 30, 2022 · 2 comments
Labels
A-documentation Area: documentation A-plugins Area: plugin system C-feature Category: New feature or request duplicate This issue or pull request already exists

Comments

@theabhayprajapati
Copy link

Is your feature request related to a problem? Please describe.

As I am coming from VsCode I was using several extensions for syntax highlighting, and bracket colouring. How can use them or make one and publish it?

Describe the solution you'd like

Make an extension portal where developers can access the extension.

@theabhayprajapati theabhayprajapati added the C-feature Category: New feature or request label Sep 30, 2022
@MinusGix MinusGix added A-documentation Area: documentation A-plugins Area: plugin system labels Sep 30, 2022
@Tiggilyboo
Copy link

Not 100% on this, but I've started looking at making a LSP plugin for csharp_ls. If you are looking to create a LSP plugin, there is a template here: https://github.com/lapce-community/lapce-volt-template
If you want to install the plugin, you can compile the wasm and dump it in the lapce plugin directory which should get picked up on start.

Otherwise lapce uses tree-sitter parsers for most languages, you can see the support list here: #272

The whole theming thing is a little over my knowledge. Hope this helps, cheers

@panekj
Copy link
Collaborator

panekj commented Dec 27, 2023

Duplicate of #123

@panekj panekj marked this as a duplicate of #123 Dec 27, 2023
@panekj panekj closed this as not planned Won't fix, can't repro, duplicate, stale Dec 27, 2023
@panekj panekj added the duplicate This issue or pull request already exists label Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-documentation Area: documentation A-plugins Area: plugin system C-feature Category: New feature or request duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

4 participants