sublimelsp / lsp_utils

Module with LSP-related utilities for Sublime Text

Home Page:https://sublimelsp.github.io/lsp_utils/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSP utilities for Package Control

Module with LSP-related utilities for Sublime Text.

📘 Documentation

How to use

  1. Create a dependencies.json file in your package root with the following contents:
{
   "*": {
      "*": [
         "lsp_utils",
         "sublime_lib"
      ]
   }
}
  1. Run the Package Control: Satisfy Dependencies command via the Command Palette.

See also Documentation on Dependencies

About

Module with LSP-related utilities for Sublime Text

https://sublimelsp.github.io/lsp_utils/

License:MIT License


Languages

Language:Python 98.2%Language:Shell 1.8%