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

My intelliSense not working #279

Closed
Dulsinea opened this issue Nov 23, 2017 · 5 comments
Closed

My intelliSense not working #279

Dulsinea opened this issue Nov 23, 2017 · 5 comments
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. info-needed Issue requires more information from poster

Comments

@Dulsinea
Copy link

Environment data

VS Code version: 1.18.1
Python Extension version: 0.8.0
Python Version: 3.7.102.0
OS and version: win10

Actual behavior

I'm a student and I am learning to use vscode for latex and python. So I installed the python extension.
But I find the intelliSense not working. I was set up following the instructions online.
This is my settings.json
snipaste_2017-11-23_17-42-22
And I have already seen (https://github.com/Microsoft/vscode-python/issues/276),
But it's useless because of different systems.

Expected behavior

Expect to see autocompletion

Steps to reproduce:

  1. install vscode on win10
  2. install the python extension
  3. IntelliSense not working
  4. Uninstall the python extension
  5. install the python extension again
  6. Restart the vscode
  7. IntelliSense not working

Logs

Output from Console window (Help->Developer Tools menu)
Is this right?
snipaste_2017-11-23_17-24-42
snipaste_2017-11-23_17-25-03
snipaste_2017-11-23_17-26-19

@DonJayamanne
Copy link

DonJayamanne commented Nov 23, 2017

It looks like you are using python 3.7, please could you confirm this?
That version is not yet supported by this extension.

@DonJayamanne DonJayamanne added info-needed Issue requires more information from poster area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. labels Nov 23, 2017
@Dulsinea
Copy link
Author

@DonJayamanne Very grateful for your answer, I am going to try the previous version.

@dzpt
Copy link

dzpt commented Jan 2, 2018

@DonJayamanne Does it work for 3.6.2?
I see it doesn't autocomplete in many cases.
I have to switch back to PyCharm to have autocompletion works properly.

@DonJayamanne
Copy link

@tom29
I'd like to help you out with your issues, please create a separate issue for the problems you're facing with the relevant details.
And yes, Python 3.6.2 is supported.

@dzpt
Copy link

dzpt commented Jan 3, 2018

Hi @DonJayamanne , i appreciate your reply.

  1. import * doesn't support Intellisense doesn't autocomplete with from . import * #471
  2. import app.base (import with absolute path) -> couldn't see the suggestion for folder or methods
  3. Doesn't work with SQLAlchemy and many libs SQLAlchemy intellisense #292

All of these work fine on PyCharm.

@lock lock bot locked as resolved and limited conversation to collaborators Jul 12, 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. info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

4 participants