Skip to content

jfcherng-sublime/LSP-ty

Repository files navigation

LSP-ty

This is a helper package that automatically installs and updates ty for you. ty is an extremely fast Python type checker, written in Rust.

Requirements

To use this package, you must have:

  • The LSP package
  • It's recommended to also install the LSP-json package which will provide auto-completion and validation for this package's settings.

Configuration

There are multiple ways to configure the package and the language server.

  • Global configuration: Preferences > Package Settings > LSP > Servers > LSP-ty

  • Project-specific configuration: From the Command Palette run Project: Edit Project and add your settings in:

     {
     	"settings": {
     		"LSP": {
     			"LSP-ty": {
     				"initializationOptions": {
     					"settings": {
     						// Put your settings here
     					}
     				}
     			}
     		}
     	}
     }

About

LSP helper for ty - an extremely fast Python type checker, written in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published