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

[Feature request] LSP support? #68

Open
rsmirnov90 opened this issue Jan 19, 2024 · 1 comment
Open

[Feature request] LSP support? #68

rsmirnov90 opened this issue Jan 19, 2024 · 1 comment

Comments

@rsmirnov90
Copy link

Hello,

First and foremost -- absolutely amazing work! This project will finally make it possible to have a sane console-based code editor. The old-school UNIX gurus have a million variations of vim that are alive & well today, not to mention emacs (which is also as alive as it has ever been). But the DOS refugees seem to have been forgotten about, and are stuck with either Electron apps like VSCode or full-blown modern IDEs -- all of which are graphical and require quantum computers to run. Until now :)

Have you thought of implementing language server support? I understand it would be a monumental project, but would the project be open to the idea? I would even be happy to work on it, though C++ is not my forte...

@magiblot
Copy link
Owner

Hi Russ!

Thanks for the praise.

I do of course think that it would be great to have better language support. However, it is important to note that all the code related to text editing comes from the Scintilla project, so I guess LSP support would require finding a way to integrate it into Scintilla.

Although it sounds possible, it also sounds like it would take an amount of time which I currently do not have. Moreover, I am used to programming without a language server, so I see this as a plus rather than as an essential feature.

Cheers.

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

No branches or pull requests

2 participants