Skip to content

Conversation

@ModProg
Copy link

@ModProg ModProg commented Jan 16, 2022

closes #467

@ModProg ModProg changed the title Support completion in template strings using Support completion in template strings using ` ` Jan 16, 2022
@ModProg ModProg changed the title Support completion in template strings using ` ` Support completion in template strings using `` `` Jan 16, 2022
@ModProg ModProg changed the title Support completion in template strings using `` `` Support completion in template strings using <code> <code> Jan 16, 2022
@ModProg ModProg changed the title Support completion in template strings using <code> <code> Support completion in template strings using ` Jan 16, 2022
@bradlc
Copy link
Contributor

bradlc commented Jan 19, 2022

Please see #465 (comment)

@bradlc bradlc closed this Jan 19, 2022
@ModProg
Copy link
Author

ModProg commented Jan 20, 2022

For anyone coming across this needing this as regex you can use:

'(?:classes|class)\\s*=\\s*`([^`]*)',

Replace classes|class with all the variable names you want to use.

Still would have considered this a small enough change to be added in the code IMO.

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

Successfully merging this pull request may close these issues.

2 participants