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

Add PEP 526 AutoCompletion #1102

Merged
merged 1 commit into from
Jul 20, 2017
Merged

Conversation

vwxyzjn
Copy link

@vwxyzjn vwxyzjn commented Jul 19, 2017

By following instructions similar to this link:
davidhalter/jedi@3f09f3a

It is now possible to give auto-completion to any variable declared in the following fashion. For example

test: str = "PEP 562 Support"
test.split()  # now it has auto-completion

Related issues can be found here:
https://github.com/DonJayamanne/pythonVSCode/issues/1101

By following instructions similar to this link:
davidhalter/jedi@3f09f3a

It is now possible to give autocompletion for variable declared in the following fashion:

test: str = "PEP 562 Support"

Related issues can be found here:
https://github.com/DonJayamanne/pythonVSCode/issues/1101
@DonJayamanne DonJayamanne merged commit ad563ee into DonJayamanne:master Jul 20, 2017
DonJayamanne added a commit that referenced this pull request Jul 20, 2017
* 'master' of https://github.com/DonJayamanne/pythonVSCode:
  Add code to make definition lookup work with latest version of Jedi (#1085)
  Add PEP 526 AutoCompletion (#1102)
vwxyzjn pushed a commit to vwxyzjn/pythonVSCode that referenced this pull request Jul 21, 2017
By following instructions similar to this link:
davidhalter/jedi@3f09f3a

It is now possible to give autocompletion for variable declared in the following fashion:

test: str = "PEP 562 Support"

Related issues can be found here:
https://github.com/DonJayamanne/pythonVSCode/issues/1101
DonJayamanne added a commit that referenced this pull request Mar 17, 2018
* ✨ add pyspark debug configuration
* 📝 add news entry
* Fixes #1029
Goom11 pushed a commit to mostafaeweda/pythonVSCode that referenced this pull request Aug 30, 2018
…ayamanne#1102)

* ✨ add pyspark debug configuration
* 📝 add news entry
* Fixes #1029
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants