Start typing argu in a function body and the only suggestion is the IArguments interface.
What's more annoying is that VS Code always accepts the first item in the list on the dot key no matter what you have typed...
(I do not think it normally suggests interface names in non-type positions, so I guess somewhere in the code the interface is confused with the arguments keyword?)
Start typing
arguin a function body and the only suggestion is theIArgumentsinterface.What's more annoying is that VS Code always accepts the first item in the list on the dot key no matter what you have typed...
(I do not think it normally suggests interface names in non-type positions, so I guess somewhere in the code the interface is confused with the
argumentskeyword?)