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 not working in a specific scenario #1025

Closed
DonJayamanne opened this issue Jan 11, 2018 · 2 comments
Closed

Intellisense not working in a specific scenario #1025

DonJayamanne opened this issue Jan 11, 2018 · 2 comments

Comments

@DonJayamanne
Copy link
Contributor

Can replicate in current master branch:

import os
if os.path.isfile('file.txt'):
    fails = os.path.

No intellisense appears after the path..
However if you delete the : after ('file.txt'):, it works.

@davidhalter
Copy link
Owner

WTF thanks for finding this one.

@davidhalter
Copy link
Owner

Fixed in febe65f.

I really thought long about this one and then just disabled the piece of code that was causing it. The reason for this one is a bit complicated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants