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
{{ message }}
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.
Hi, thank you for this great vscode extension.
I'm wndering if this already supported: when using fmt for string interpolation how to allow autoclose bracket and autocomplete variables?
import strformat
typeUser=object
name: stringconst john =User(name: "John Wick")
# typing `{` will add `}` and typing john. will popup `name`echo fmt"First user is {john.name}"
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, thank you for this great vscode extension.
I'm wndering if this already supported: when using
fmt
for string interpolation how to allow autoclose bracket and autocomplete variables?Thank you in advance.
The text was updated successfully, but these errors were encountered: