Autocomplete/Intellisense Does Not Show All Options For Object Value #30526
Labels
typescript
Typescript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
Autocomplete/intellisense is not showing all the options for an object that goes into a function parameter even though it is defined in a typescript interface.
Example:
It appears that only the first method's options object is getting indexed by VS autocomplete but not the second one.
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: