python-language-server icon indicating copy to clipboard operation
python-language-server copied to clipboard

Add plugin for syntax error detection with Jedi

Open danzvara opened this issue 5 years ago • 1 comments

This adds a plugin for accessing Jedi's syntax error detection. From v0.17.0 Jedi provides Script.get_syntax_errors to display syntax errors (they only support Syntax and Indent error right now), so I thought it would be nice to have this included in PYLS. It's my first PR here, so apologize if I forgot about something obvious, appreciate any comments/suggestions! :)

danzvara avatar Oct 19 '20 09:10 danzvara

Thanks for your interest in palantir/python-language-server, @danzvara! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request.

palantirtech avatar Oct 19 '20 09:10 palantirtech