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
Would be nice if the extension could detect the color around the cursor instead of having to select it manually.
At least try so for simpler cases like word around cursor? A bit more involved for other types but also possible.
Similar of what this extension does: https://marketplace.visualstudio.com/items?itemName=DeepKolos.change-color
For example, hex colors are a bit cumbersome to select due to the fact that double clicking does not include the "#"
IMO the extension should also handle hex colors without "#", and so reduce the need for this feature. It could be a simpler regex, or just try to parse the selection a second time but add "#" to the string from code.
The text was updated successfully, but these errors were encountered:
Hello! thanks for publishing your extension :)
Would be nice if the extension could detect the color around the cursor instead of having to select it manually.
At least try so for simpler cases like word around cursor? A bit more involved for other types but also possible.
Similar of what this extension does: https://marketplace.visualstudio.com/items?itemName=DeepKolos.change-color
For example, hex colors are a bit cumbersome to select due to the fact that double clicking does not include the "#"
The text was updated successfully, but these errors were encountered: