SublimeText / LaTeXTools

LaTeX plugin for Sublime Text
https://latextools.readthedocs.io/
2.01k stars 366 forks source link

Externalize some features by creating Language Server for the LSP, Language Server Protocol #1277

Open evandrocoan opened 6 years ago

evandrocoan commented 6 years ago

What do you think about it?

As the current source code is already written in Python, the LS can also be just receiving the code from here. The advantage is that our work on it would also be useful for other editors.

  1. http://langserver.org
  2. https://www.youtube.com/watch?v=2GqpdfIAhz8 (Language Server Protocol Explained)
ig0774 commented 6 years ago

This project probably isn't the ideal starting point for a LaTeX LS.

In short, LaTeXTools could be an inspiration for an eventual LaTeX LS, but it's probably not anywhere near as simple as just forking (parts of) LaTeXTools and adding something to handle the LS protocol.