Module with LSP-related utilities for Sublime Text.
📘 Documentation
dependencies.json
file in your package root with the following contents:{
"*": {
"*": [
"lsp_utils",
"sublime_lib"
]
}
}
See also Documentation on Dependencies