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

Is this project abandoned? #586

Open
kkurian opened this issue Mar 4, 2019 · 4 comments
Open

Is this project abandoned? #586

kkurian opened this issue Mar 4, 2019 · 4 comments

Comments

@kkurian
Copy link

kkurian commented Mar 4, 2019

This package no longer works right out of the box. For example, these are the changes I had to make to resolve crashes. Also, the syntax highlighting seems like a good start but incomplete... lots of code that ought to be highlighted isn't.

Love the work here. Thank you so much! What's the plan?

@DanTup
Copy link

DanTup commented Mar 25, 2019

FWIW, questions about Sublime came up in the Flutter repo:

flutter/flutter#29915

I posted some notes there from trying to set up Dart using the SDK-supplied LSP server. Using the LSP server removes the need to do all the integration work against the analysis server (as was originally done here) since LSP is a standard protocol.

I'm not a Sublime user so I'm not so interested in owning a Sublime package, however I since I did the LSP server work in Dart I'm happy to help people that integrate against it (the more editors that use it, the better it's likely to become) :-)

@chimon2000
Copy link

I think it's safe to assume that this project has been abandoned. @DanTup I know nothing of LSP but I'd be interested in learning how to integrate it. I'm also not a Sublime user, but everything else on the Pixelbook is painfully slow even with GPU support.

@DanTup
Copy link

DanTup commented Sep 24, 2019

LSP is a common protocol for editors and language servers to communicate (this makes it easier for new editors to get lots of language support, or new languages to get lots of editor support!).

The page here (which despite the vague URL, seems to be about LSP in Sublime) about setting things up:

https://lsp.readthedocs.io/en/latest/

It does mention Dart, and it's been updated fairly recently because it talks about the built-in LSP support.

@cseas
Copy link

cseas commented Sep 28, 2019

This plugin seems to be outdated and couldn't syntax highlight a lot of things including classes and methods in my dart code. I found the Dartlite package to be a much better alternative.

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

4 participants