janisdd / vscode-edit-csv

vs code extension to edit csv files with an excel like table ui
MIT License
229 stars 35 forks source link

Replace #81

Open frg-tech opened 2 years ago

frg-tech commented 2 years ago

Is there a reason that "Replace" does not work with this extension?

I looked through the documentation, but couldn't find anything. Still new to VSCode, so sorry if I missed something obvious.

I also found that the console will not toggle on using the default short keys. Ctrl+Shift+Y, but it will appear if you launch it through the command palette. The shortcut will dismiss it though.

Cheers

janisdd commented 2 years ago

Yeah, there is no replace function. It’s mainly because I haven’t thought about it and it has to be implemented and some new ui would be needed.

I can see this being useful… It will happen at some point.

As a "workaround" you can open the csv file as text and use the normal replace function.

Shortcuts are also a problem, there is currently no good way to deal with them, so some might work and others don’t work.

frg-tech commented 2 years ago

Thanks for the reply, Just knowing is half the battle.

Cool extension. I hope it continues to get love.