You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below is a high-level breakdown of what's needed to make an initial version of the Sass language server.
For this initial version we will use the Node-based Some Sass language server as a reference. We use sass_api as the foundation (replaces the scanner and parser). Unless otherwise noted we aim for feature parity with Some Sass.
The work is divided in two phases.
During phase one the features should be done in order.
Features in phase two can be worked on in parallell.
Below is a high-level breakdown of what's needed to make an initial version of the Sass language server.
For this initial version we will use the Node-based Some Sass language server as a reference. We use sass_api as the foundation (replaces the scanner and parser). Unless otherwise noted we aim for feature parity with Some Sass.
The work is divided in two phases.
Reference material
Preparation
Phase one
Navigation features. Should be done in order.
Phase two
Features that depend on navigation, and some independent features. Can be worked on in parallell.
The text was updated successfully, but these errors were encountered: