formulahendry / vscode-mysql

MySQL management tool for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.vscode-mysql
MIT License
219 stars 60 forks source link

Feature request: Editable row fields #136

Open 01CodeLT opened 4 years ago

01CodeLT commented 4 years ago

I know these things aren't easy to implement. It would be very useful however if the fields in the result tables were directly editable like they are in mysql workbench, it would greatly increase the speed of editing etc.

cweijan commented 4 years ago

You can try my fork, https://github.com/cweijan/vscode-mysql

01CodeLT commented 4 years ago

Thanks Chen, that looks great I’ll give it a try 👍