--- title: "Configure Editors (SQL Server Management Studio) | Microsoft Docs" ms.custom: "" ms.date: "03/01/2017" ms.prod: "sql" ms.prod_service: "sql-tools" ms.service: "" ms.component: "ssms-scripting" ms.reviewer: "" ms.suite: "sql" ms.technology: - "database-engine" ms.tgt_pltfrm: "" ms.topic: "article" ms.assetid: e7c7a8ef-f561-4258-a7b6-c445dba69f87 caps.latest.revision: 6 author: "MightyPen" ms.author: "genemi" manager: "craigg" ms.workload: "Inactive" monikerRange: ">= aps-pdw-2016 || = azuresqldb-current || = azure-sqldw-latest || >= sql-server-2016 || = sqlallproducts-allversions" --- # Configure Editors (SQL Server Management Studio) [!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../../includes/appliesto-ss-asdb-asdw-pdw-md.md)] You can customize the operation of the [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] editors by configuring the options for each editor. ## Settng Editor Options Most of the editor options are set by using the **Tools** menu and selecting **Options…** to display an **Options** dialog. In the **Options** dialog, open the **Text Editor** node in the left pane to set code and text editing options. The nodes under Text Editor apply to specific editors: 1. **All Languages** – options set using this node apply to all of the [!INCLUDE[ssManStudio](../../includes/ssmanstudio-md.md)] editors. You can override these settings by using the other nodes to set different options for a specific editor. 2. **Plain Text** – options set using this node apply to the MDX, DMX, and text editors. 3. **Transact-SQL** – options set using this node apply to the Database Engine Query Editor. 4. **XML** – options set using this node apply to the XML for Analysis editor. Open the **Query Execution** or **Query Results** nodes to customize the execution of queries and how the results are displayed. ## Editor Configuration Tasks |Task Description|Topic| |----------------------|-----------| |Describes how to specify that an editor be opened by double-clicking on a file with a specified extension in Windows Explorer.|[Associate File Extensions to a Code Editor](../../relational-databases/scripting/associate-file-extensions-to-a-code-editor.md)| |Describes how to customize fonts to make code and text more readable.|[Change Font Color, Size, and Style](../../relational-databases/scripting/change-font-color-size-and-style.md)| |Describes how to view properties.|[Use the Properties Window in Management Studio](../../relational-databases/scripting/use-the-properties-window-in-management-studio.md)| |Location of the F1 help pages for the editor options dialogs.|[Query Options Pages F1 Help](http://msdn.microsoft.com/library/fad98caa-8a29-4b88-8464-f60a5c4fc00e)|