Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant