The list of extensibility points for the VS2010 Editor mentios creating EditorOptionDefinitions along with a small sample. When I attempt to do this I cannot find the options anywhere in the VS2010 UI. How do I create these so that they are surfaced in the UI?
The list of extensibility points for the VS2010 Editor mentios creating EditorOptionDefinitions along with
Share
To define a new Editor option in Vs2010 you need to do the following
EditorOPtionDefinitionorEditorOptionDefinition<T>EditorOptionDefinition.Example