pappasam / jedi-language-server

A Python language server exclusively for Jedi. If Jedi supports it well, this language server should too.
MIT License
572 stars 44 forks source link

Fix #241 #242

Closed pyscripter closed 1 year ago

pyscripter commented 1 year ago

Use the compile function for syntax checking.
Added the debounce decorator.