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
feat(devin-lang): improve code completion for DevInTypes.VARIABLE_ID #101
The completion provider now uses the `MyInsertHandler` to insert a newline and move the caret
after inserting a variable identifier, providing a better user experience for code completion
within DevInTypes.VARIABLE_ID. Additionally, the completion provider now iterates over all
injectable languages and adds them as lookup elements, each with its type text and an insert
handler, improving the overall functionality of the completion feature.
0 commit comments