Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Language Server: documentSymbol failed #2224

Closed
derekwallace opened this issue Jul 22, 2018 · 7 comments
Closed

New Language Server: documentSymbol failed #2224

derekwallace opened this issue Jul 22, 2018 · 7 comments
Assignees
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority
Milestone

Comments

@derekwallace
Copy link

derekwallace commented Jul 22, 2018

  • VS Code version: Latest Insides
  • Extension version (available under the Extensions sidebar): Latest Insiders
  • OS and version: Win 10
  • Python version (& distribution if applicable, e.g. Anaconda): 3.6
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): NA
  • Relevant/affected Python packages and their versions: NA

image

@derekwallace
Copy link
Author

im finding VSCode nearly unusable now.
Output window is regularly getting updated with exceptions.
image

@derekwallace derekwallace changed the title Ne Language Server: stops and prevents intllisense, user snippets working New Language Server: stops and prevents intellisense, user snippets working Jul 22, 2018
@patrys
Copy link

patrys commented Jul 22, 2018

Possibly related: #2017

@brettcannon brettcannon changed the title New Language Server: stops and prevents intellisense, user snippets working New Language Server: documentSymbol failed Jul 23, 2018
@brettcannon brettcannon added bug Issue identified by VS Code Team member as probable bug area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. needs PR labels Jul 23, 2018
@brettcannon
Copy link
Member

@derekwallace re-focused the title as the other stuff basically says "it doesn't work well" isn't really actionable by us. 😉

@ghost
Copy link

ghost commented Jul 26, 2018

Hi guys. I experience a similar issue to @derekwallace. And it also makes my vscode experience nearly unusable.

I am on:
macOS High Sierra 10.13.5 (17F77)
VSCode Version 1.25.1 (1.25.1)
Python extension 2018.7.1 (23 July 2018)
Python 2.7.10 64-bit

When I start typing the name of a not-yet declared data attribute (e.g. self.data_attribute) in a class __init()__ method the output window pops up on each character typed which is not found and the output says:

[Info  - 10:17:35] Found 0 completions for file:///Users/(...)/Work/(...)/admin.py at (101, 17) after filtering
[Error - 10:17:38] Request textDocument/completion failed.
  Message: Object reference not set to an instance of an object.
  Code: -32000 

Shall I open a new issue for this?

@brettcannon
Copy link
Member

@Fogetti yes, please open a separate issue.

@brettcannon brettcannon added the P0 label Aug 2, 2018
@brettcannon brettcannon added this to the Aug 2018 milestone Aug 2, 2018
@MikhailArkhipov MikhailArkhipov added important Issue identified as high-priority and removed P0 labels Aug 9, 2018
@MikhailArkhipov
Copy link

Most probably #2017 or #2262

@MikhailArkhipov
Copy link

microsoft/PTVS#4652

@lock lock bot locked as resolved and limited conversation to collaborators Sep 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority
Projects
None yet
Development

No branches or pull requests

4 participants