List of issues we need to resolve in PTVS GitHub - [x] Implement module information tooltip (https://github.com/Microsoft/PTVS/issues/3849) - [ ] Document formatting does not remove double spaces in imports (https://github.com/Microsoft/PTVS/issues/3850) - [x] No completion for abc in editor (works in REPL) https://github.com/Microsoft/PTVS/issues/3857 - [x] Migrate special completions to server https://github.com/Microsoft/PTVS/issues/3798 - [x] Hover tooltip does not show documentation https://github.com/Microsoft/PTVS/issues/3868 - [x] Signature display inconsistent https://github.com/Microsoft/PTVS/issues/3869 - [x] Information is duplicated in completion item tooltips https://github.com/Microsoft/PTVS/issues/3882 - [ ] Support PEP style type hints https://github.com/Microsoft/PTVS/issues/3917 - [x] Implement go to definition https://github.com/Microsoft/PTVS/issues/3803 - [x] Support for `import *` https://github.com/Microsoft/PTVS/issues/3967 - [x] Option not to trim tooltip documentation https://github.com/Microsoft/PTVS/issues/3977 - [ ] No return types for pandas/requests modules https://github.com/Microsoft/PTVS/issues/4001 - [ ] No error for wrong number of arguments https://github.com/Microsoft/PTVS/issues/4003 - [x] First time completion list is almost always wrong b/c of analysis delay https://github.com/Microsoft/PTVS/issues/4032 - [x] Relative imports https://github.com/Microsoft/PTVS/issues/949 - [x] AF 'Accessing Mro before SetBases' https://github.com/Microsoft/PTVS/issues/4126 - [x] No completions for 'open' https://github.com/Microsoft/PTVS/issues/4124 - [x] No completion for list function argument https://github.com/Microsoft/PTVS/issues/4130 - [x] No documentation on imported class https://github.com/Microsoft/PTVS/issues/4137 - [x] No completion in namespace packages https://github.com/Microsoft/PTVS/issues/4138 - [x] NamedTuple completions only show fields with default values https://github.com/Microsoft/PTVS/issues/3608 - [ ] .NET Core tests for analysis engine https://github.com/Microsoft/PTVS/issues/4185 - [x] Better handle 're' module https://github.com/Microsoft/PTVS/issues/4312 - [x] Better handle time module https://github.com/Microsoft/PTVS/issues/4318 - [x] Better handle unittest module https://github.com/Microsoft/PTVS/issues/4319
List of issues we need to resolve in PTVS GitHub
rangePTVS#3869import *can't PTVS complete function names imported by from import *? PTVS#3967