Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.26 KB

File metadata and controls

34 lines (26 loc) · 1.26 KB
title Complete Word (IntelliSense)
ms.custom seo-lt-2019
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology database-engine
ms.topic conceptual
helpviewer_keywords
word completion [IntelliSense]
IntelliSense [SQL Server], Complete Word option
text completion [IntelliSense]
Complete Word option [IntelliSense]
ms.assetid ee9c43a6-aae9-4cfa-b18e-1da9266fabcd
author MightyPen
ms.author genemi
manager craigg

Complete Word (IntelliSense)

The [!INCLUDEmsCoName] IntelliSense Complete Word option types the rest of a variable, command, or function name once you have entered enough characters to uniquely identify the term.

There are four ways to invoke the Complete Word feature:

  • On the Edit menu, point to IntelliSense, and then click Complete Word.

  • Press ALT+RIGHT ARROW.

  • Right-click the text editor, and click Complete Word.

  • Click the Complete Word button on the Text Editor toolbar.

If what you have typed has more than one possible match, invoke Complete Word to display a list of possible matches, which you can then use to find the term and insert it into your code.