You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should provide a config option and mode for this in cue lsp.
Note: this will require that cache of parsed artefacts, because the local resolution must inspect files in the same package to verify that it is unresolved.
The text was updated successfully, but these errors were encountered:
Go has
goimports
:Indeed this behaviour is also available via
gopls
via a config option.CUE should have something similar.
Prior art here is @asdine's https://github.com/asdine/cueimports.
We should provide a config option and mode for this in
cue lsp
.Note: this will require that cache of parsed artefacts, because the local resolution must inspect files in the same package to verify that it is unresolved.
The text was updated successfully, but these errors were encountered: