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
eg when there are no imports in the file, and you complete a verb, an import ( "context" ) would be added. Similar to ftl/builtin and "github.com/TBD54566975/ftl/go-runtime/ftl", and correctly appending imports to existing blocks.
I think this is possible with additionalTextEdits.
The text was updated successfully, but these errors were encountered:
eg when there are no imports in the file, and you complete a verb, an
import ( "context" )
would be added. Similar toftl/builtin
and"github.com/TBD54566975/ftl/go-runtime/ftl"
, and correctly appending imports to existing blocks.I think this is possible with
additionalTextEdits
.The text was updated successfully, but these errors were encountered: