-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Open
Labels
Awaiting More FeedbackThis means we'd like to hear from more people who would be helped by this featureThis means we'd like to hear from more people who would be helped by this featureSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Description
From @dbaeumer on October 31, 2017 11:29
Testing: #37177
- vscode source code opened in VS Code
- open a file that doesn't import
'vs/base/common/types'
- type isStringArray
- select the entry from code complete list
- the following import is inserted:
import { isStringArray } from 'vs/base/common/types';
However what I want in this case is
import * as Types from 'vs/base/common/types';
and the code should become Types.isStringArray
Would be cool if I can control this via a setting.
Copied from original issue: microsoft/vscode#37258
jasonkuhrt, szhu, katis, jakepearson, JuoCode and 30 morewildeyes
Metadata
Metadata
Assignees
Labels
Awaiting More FeedbackThis means we'd like to hear from more people who would be helped by this featureThis means we'd like to hear from more people who would be helped by this featureSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue