microsoft / python-language-server

Microsoft Language Server for Python
Apache License 2.0
912 stars 131 forks source link

Please add intellisense for pytest fixtures (similar to PyCharm) #1469

Open dillonm197 opened 5 years ago

dillonm197 commented 5 years ago

Pytest fixtures should have intellisense similar to https://blog.jetbrains.com/pycharm/2018/08/pycharm-2018-2-and-pytest-fixtures/

MikhailArkhipov commented 5 years ago

At some point, yes :-) LS is a young product so at this time we primarily investing in performance, making sure analysis understand language properly as well as basic editor functionality.