How to use a snippet in the middle of a statement without getting the list of columns?

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
Thenrich
Posts: 105
Joined: Sun 21 Dec 2014 19:47

How to use a snippet in the middle of a statement without getting the list of columns?

Post by Thenrich » Thu 15 Jul 2021 23:41

How to use a snippet in the middle of a statement without getting the list of columns?

For example I type: update tablename set
then I want to insert a snippet of columns to update.

My snippet has a single character shortcut like 'u'. I want to type u then tab to insert the snippet.
What I get is a list of columns that have 'u' in their names and u is way down in the list.

Is there's a way to insert the snippet easily?

alexa

Re: How to use a snippet in the middle of a statement without getting the list of columns?

Post by alexa » Tue 20 Jul 2021 07:36

You can use the following option Image

Post Reply