mtxr / SublimeText-SQLTools

SQLTools for Sublime Text 3
https://code.mteixeira.dev/SublimeText-SQLTools/
GNU General Public License v3.0
177 stars 40 forks source link

Feature Request: List and Insert Saved Queries #126

Closed Coteh closed 7 years ago

Coteh commented 7 years ago

Issue Type

Description

One small addition I think would be nice to have as well would be a command to insert a specified saved query into the current document. There are times at work for example when I have a bunch of test SQL commands on one file that I am working with and it would be nice to drop in another preformatted query I previously saved into the document without having to create a new tab. (If I were to open it using List and Open Saved Queries)

Let me know your thoughts on a feature such as this and if there's enough interest I can self-assign to this feature and add it in.

Versions

tkopets commented 7 years ago

I think this would be a nice addition to SQLTools.

tkopets commented 7 years ago

Thanks @Coteh ! I will prepare a new release with this new feature included in next few days.