This repository was archived by the owner on Apr 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 133
Support "go to definition" for namespace packages #281
Comments
Prob because of #71 |
AlexanderSher
added a commit
to AlexanderSher/python-language-server
that referenced
this issue
Dec 7, 2018
Fix microsoft#466: Fix "go to definition" and resolving imports The fix is to put user search paths in front of workspace directory so that modules inside extra paths can be used as roots for packages
AlexanderSher
added a commit
to AlexanderSher/python-language-server
that referenced
this issue
Dec 22, 2018
Fix microsoft#281: Support "go to definition" for namespace packages Fix microsoft#466: Fix "go to definition" and resolving imports The fix is to put user search paths in front of workspace directory so that modules inside extra paths can be used as roots for packages
AlexanderSher
added a commit
that referenced
this issue
Jan 9, 2019
* Clean up Completions, Find References and Hover unit tests. * Initial commit * CoreProduct buildable * Product buildable except IronPython * Move VS-specific file * add hack to prevent True/False/None/... from being use-before-def (#464) * Fix for extra paths inside workspace (#467) Fix #281: Support "go to definition" for namespace packages Fix #466: Fix "go to definition" and resolving imports The fix is to put user search paths in front of workspace directory so that modules inside extra paths can be used as roots for packages * Last port * - Add nuspec - Fix #501: PTVS-LS Integration: Fix LS hanging during file changes - Fix #502: PTVS-LS Integration: Add required *.py files to the vsix * Address CR comments
jakebailey
pushed a commit
to jakebailey/python-language-server
that referenced
this issue
Nov 1, 2019
Fix microsoft#281: Support "go to definition" for namespace packages Fix microsoft#466: Fix "go to definition" and resolving imports The fix is to put user search paths in front of workspace directory so that modules inside extra paths can be used as roots for packages
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
microsoft/vscode-python#231
The text was updated successfully, but these errors were encountered: