Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.72 KB

File metadata and controls

28 lines (21 loc) · 1.72 KB
title Extending User Settings and Options
description Learn about extending user settings and options in the Visual Studio SDK by using the resources in this article.
ms.date 11/04/2016
ms.topic concept-article
helpviewer_keywords
user preferences
user settings [Visual Studio SDK]
Options dialog box, controlling with the Visual Studio SDK
VSPackages, user preferences
author tinaschrepfer
ms.author tinali
ms.subservice extensibility-integration

Extend user settings and options

In Visual Studio there are two main ways to maintain user preferences. The Tools > Options pages allow users to set their own values for many different kinds of settings, both general and language-specific. User settings allow users to specify general Visual Studio configuration properties. For more information about options pages, see Options and options pages. For more information about user settings, see Support for user settings.