palantir / python-language-server

An implementation of the Language Server Protocol for Python
MIT License
2.6k stars 282 forks source link

Correct method and attribute detection on document/symbols call #846

Closed andfoy closed 3 years ago

andfoy commented 3 years ago

This PR corrects the types of methods and attributes, which were marked as functions and variables by Jedi, respectively