Giter VIP home page Giter VIP logo

Comments (4)

cseas avatar cseas commented on May 20, 2024 5

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.

from dart-sublime-bundle.

chimon2000 avatar chimon2000 commented on May 20, 2024 2

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.

from dart-sublime-bundle.

DanTup avatar DanTup commented on May 20, 2024

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) :-)

from dart-sublime-bundle.

DanTup avatar DanTup commented on May 20, 2024

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.

from dart-sublime-bundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.