Skip to content

Intellisense isn't working at all #503

@trondhindenes

Description

@trondhindenes

Environment data

VS Code version: 1.19.1
Python Extension version: 0.9.1
Python Version: 3.6.3
OS and version: Ubuntu 17.10

Actual behavior

I'm not getting any intellisense in Python files. The linter is working as expected, and VSCode shows the "python version selector" so the plugin itself is loaded and all that. But there's not intellisense, apart from "dumb" autocomplete based on keywords/code already in the file. Ctrl+Space only produces "generic" suggestions.

Expected behavior

Intellisense should like it doesn in other IDEs

Steps to reproduce:

Logs

Output from Python output panel

I don't know what the python output panel is

Output from Console window (Help->Developer Tools menu)

/usr/share/code/resources/app/out/vs/workbench/workbench.main.js:2571 [Extension Host] debugger listening on port 9333
/usr/share/code/resources/app/out/vs/workbench/workbench.main.js:2569 [Extension Host] debugger inspector at %cDebugger listening on port 9333.
Warning: This is an experimental feature and could change at any time.
To start debugging, open the following URL in Chrome:
    chrome-devtools://devtools/bundled/inspector.html?experiments=true&v8only=true&ws=127.0.0.1:9333/cf67e832-ca46-4d9a-bfee-c1cd26da656e

Metadata

Metadata

Labels

area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions