[vs-code-extension] extracting pattern with variables #110
Replies: 1 comment
-
The implementation seems complicated.
The first things that comes to my mind is a new property in the config
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Extending on #103
Smart extraction of string interpolation:
Allow selecting
`Hello, ${userName}`
for extraction.When extracting it should generate
Hello, {$userName}
in the ftl file. And in code it should passuserName
as a parameter.Beta Was this translation helpful? Give feedback.
All reactions