Visual Studio Development Bookmark and Share   
 index > Visual Studio Extensibility > Please confirm: Autocomplete...
 

Please confirm: Autocomplete...

Hi,

I want to slightly adjust the behaviour of autocomplete in the XML editor.Where a node N appears as a child of a specially named node X,I wish to provide my own list of autocomplete options for N'sattribute names. I can't do it using XSD because I don't know the name of N in advance.

The XML syntax is beyond my control.

Is it true that to even slightly adjust the XML editor's autocomplete, I have to re-implement it from scratch in the fom of a language service?

Thanks

FelixWatts  Tuesday, October 03, 2006 3:44 PM

Hi Felix,

From my point of view the answer is YES - you need to implement it from scratch.

If I am wrong let's extensibility gurus correct me. In this case I will be very interested to know the way how to do that easily.

Dmitry Pavlov  Sunday, October 08, 2006 8:27 AM

Hi Felix,

From my point of view the answer is YES - you need to implement it from scratch.

If I am wrong let's extensibility gurus correct me. In this case I will be very interested to know the way how to do that easily.

Dmitry Pavlov  Sunday, October 08, 2006 8:27 AM

You can use google to search for other answers

Custom Search

More Threads

• Create a project without Visual Studio
• Identify sender of the same command button at different locations
• Uninstall addin
• Which add-in event I have to place code to?
• Enabling and disabling menu items
• Turn off find warning from within VB macro
• How to create file associates in the Solution Explorer?
• DSL and GAT demo
• QueryStatus() isn't called until running a command for the first time
• javascript vs shell 2008 outlining (expand collapse for function statement etc...)