Skip to content

Module with LSP-related utilities for Sublime Text

License

Notifications You must be signed in to change notification settings

jfcherng-sublime/ST-dep-lsp_utils

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.2%
  • Shell 1.8%