-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Open
Labels
featureA feature request or implementationA feature request or implementationtriage neededThis issue needs more specific labelsThis issue needs more specific labels
Description
Motivation
Currently, SourceKit provides completion for importing modules or submodules as below.
// Import module
import |
// Import submodule
import Module.|
But it doesn't provide completion for importing specific declarations as follows.
import struct Module.|
Nor does it provide completion for declaration keywords like struct
, class
, and var
after import
.
Proposed solution
It should be possible to add completion for such cases in SourceKit.
Alternatives considered
No response
Additional information
No response
Metadata
Metadata
Assignees
Labels
featureA feature request or implementationA feature request or implementationtriage neededThis issue needs more specific labelsThis issue needs more specific labels