Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete in String Interpolation #174

Open
iambudi opened this issue Aug 23, 2020 · 0 comments
Open

Autocomplete in String Interpolation #174

iambudi opened this issue Aug 23, 2020 · 0 comments

Comments

@iambudi
Copy link

iambudi commented Aug 23, 2020

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
type User = object
    name: string

const 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant