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

Intellisense method window doesn't always appear. #2096

Closed
CTimmerman opened this issue Jul 5, 2018 · 8 comments
Closed

Intellisense method window doesn't always appear. #2096

CTimmerman opened this issue Jul 5, 2018 · 8 comments
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug

Comments

@CTimmerman
Copy link

Looks like i don't have a place to put the feature-intellisense tag as shown in #539, but here goes:

Environment data

  • VS Code version:
    Version 1.24.1
    Commit 24f62626b222e9a8313213fb64b10d741a326288
    Date 2018-06-13T17:51:32.889Z
    Shell 1.7.12
    Renderer 58.0.3029.110
    Node 7.9.0
    Architecture x64

  • Extension version (available under the Extensions sidebar): 2018.6.0

  • OS and version: Windows 10 Enterprise version 1709

  • Python version (& distribution if applicable, e.g. Anaconda): Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 17:00:18) [MSC v.1900 64 bit (AMD64)] on win32

  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): NA

  • Relevant/affected Python packages and their versions: requests

Actual behavior

	with requests.get(
			url,
			headers=headers,
			stream=True,  # Save RAM.
			verify=False,
			allow_redirects=True
	) as r:
		r.[list of methods only appears with proper timing of "r" and "." entry]

Expected behavior

	with requests.get(
			url,
			headers=headers,
			stream=True,  # Save RAM.
			verify=False,
			allow_redirects=True
	) as r:
		r.[list of methods always appears after typing "."]

Steps to reproduce:

  1. Enter above code and vary the speed at which you type the "r." line.

Logs

Output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

Starting the classic analysis engine.
##########Linting Output - pylint##########
No config file found, using default configuration

Output from Console under the Developer Tools panel (toggle Developer Tools on under Help)

log.ts:159  INFO no standard startup: not the explorer viewlet
console.ts:136 [Extension Host] vscode-icons is active!
@MikhailArkhipov MikhailArkhipov added bug Issue identified by VS Code Team member as probable bug area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. upstream-jedi labels Jul 5, 2018
@MikhailArkhipov
Copy link

Appears to be Jedi issue. LS works fine.

image

@derekwallace
Copy link

How do you turn on the new Language Server and what are the known limitations?

@brettcannon
Copy link
Member

@derekwallace set "python.jediEnabled": false in your settings; as for known limitations, you can poke around the issues but it in general should work and be faster.

@derekwallace

This comment has been minimized.

@brettcannon

This comment has been minimized.

@derekwallace

This comment has been minimized.

@ericsnowcurrently
Copy link
Member

@MikhailArkhipov, it sounds like you know what the problem is here. Could you open an upstream issue for this?

@brettcannon
Copy link
Member

Closing as this is an upstream issue which we don't have direct control or influence over.

@ghost ghost removed the needs upstream fix label Jul 29, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Aug 5, 2019
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
Projects
None yet
Development

No branches or pull requests

5 participants