marclipovsky / vscode-string-manipulation

VSCode extension to add common string manipulation
MIT License
27 stars 7 forks source link

Feature request: Add more friendly menu prompts #49

Open persiliao opened 1 month ago

persiliao commented 1 month ago

I've been using the String Manipulation plugin inside IDEA Ultimate, which has very easy to use option headers. It's very easy to see what you're doing.

WX20240912-010156

marclipovsky commented 1 month ago

I'm wondering if I can do this with annotations so as you hover over options the highlighted text is annotated with with it would convert to. What do you think about that?

marclipovsky commented 2 weeks ago

I still intend to implement your request but also check out the latest version that allows you to preview all command outputs of selected text. It'll appear as a pane within the Explore panel sidebar. It's not enabled by default, you will want to go to settings and enable "String Manipulation Labs" as I currently am considering this experimental and will ask for feedback on the extension feature.