This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 133
Intellisense not working when iterating over typed collection #1494
Labels
bug
Something isn't working
Comments
Thanks for reporting this. We will take a look. |
CTrando
added a commit
to CTrando/python-language-server
that referenced
this issue
Sep 2, 2019
MikhailArkhipov
pushed a commit
that referenced
this issue
Sep 16, 2019
* Handling unpacking with typing structures * Removing changes to value enumerator * Test fix, formatting * Refactors * Handling nested structures * Handles non typing lists and tuples * Giving up on fixing root problem, adding hack * test fix * Reverting change to test and fixing test * Update syntax * Checking #1494 * Handling #411 as well * multiple assignment + unpacking fixes #1293 * Handling more cases with unpacking nested tuples * merge fixes * No default param for arg set, force people to use something
MikhailArkhipov
pushed a commit
that referenced
this issue
Sep 16, 2019
0.4.18+ |
jakebailey
pushed a commit
to jakebailey/python-language-server
that referenced
this issue
Nov 1, 2019
Fixes microsoft#1457 Fixes microsoft#1494 Fixes microsoft#411 Fixes microsoft#1382 Fixes microsoft#1293
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is with the daily download channel:
The string methods are not being suggested after
x.
.However, they are suggested after
xs[0].
The text was updated successfully, but these errors were encountered: