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

Refactor LSP for compatibility with multiple code editors or IDE #35

Open
rahulyadav-57 opened this issue Jun 4, 2024 · 0 comments · May be fixed by #38
Open

Refactor LSP for compatibility with multiple code editors or IDE #35

rahulyadav-57 opened this issue Jun 4, 2024 · 0 comments · May be fixed by #38
Assignees
Labels
enhancement New feature or request

Comments

@rahulyadav-57
Copy link
Member

The current implementation of our LSP is tightly coupled with the VSCode ecosystem. This limits its usability and prevents developers who prefer other code editors or IDEs from leveraging its features. To make current LSP more versatile and accessible, I propose refactoring it to be compatible with any code editor or IDE that supports LSP.

Objective:

Decouple the LSP from VSCode-specific dependencies and ensure compatibility with other popular code editors and IDEs, such as Sublime Text, Vim, Neovim, Monaco and more.

@rahulyadav-57 rahulyadav-57 added the enhancement New feature or request label Jun 4, 2024
@rahulyadav-57 rahulyadav-57 self-assigned this Jun 4, 2024
@rahulyadav-57 rahulyadav-57 linked a pull request Jun 17, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant