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