Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Support "go to definition" for namespace packages #281

Closed
MikhailArkhipov opened this issue Oct 18, 2018 · 1 comment · Fixed by #467
Closed

Support "go to definition" for namespace packages #281

MikhailArkhipov opened this issue Oct 18, 2018 · 1 comment · Fixed by #467
Assignees
Labels
bug Something isn't working feature: references
Milestone

Comments

@MikhailArkhipov
Copy link

microsoft/vscode-python#231

@MikhailArkhipov
Copy link
Author

Prob because of #71

@MikhailArkhipov MikhailArkhipov added this to the Dec 2018.1 milestone Nov 23, 2018
@MikhailArkhipov MikhailArkhipov modified the milestones: Dec 2018.1, Dec 2018.2 Dec 5, 2018
@gramster gramster modified the milestone: Dec 2018.2 Dec 5, 2018
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 that referenced this issue Dec 7, 2018
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
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.
Labels
bug Something isn't working feature: references
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants