sublimelsp / LSP

Client implementation of the Language Server Protocol for Sublime Text
https://lsp.sublimetext.io/
MIT License
1.66k stars 183 forks source link

Various small code style improvements #2537

Closed jwortmann closed 1 month ago

jwortmann commented 1 month ago

See individual commits for details. The biggest change is to use the namespaced enum constants from the Python 3.8 ST API, instead of global constants from the sublime module. This has the advantage that only the relevant values are shown when auto-completing, for example after typing sublime.RegionFlags..

There is no functional change.

netlify[bot] commented 1 month ago

Deploy Preview for sublime-lsp ready!

Name Link
Latest commit 2aa791026b490159e12f06ff4a07d875753f1a4e
Latest deploy log https://app.netlify.com/sites/sublime-lsp/deploys/671bcc02940a6c0008623a19
Deploy Preview https://deploy-preview-2537--sublime-lsp.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

rchl commented 1 month ago

(just squashed two last follow-up commits to the original ones)