简体   繁体   中英

Visual Studio 2010/Resharper Plugin development

I am having trouble tracking down information regarding extending Intellisense. It looks like creating a plugin for VS 2010 or Resharper would do the trick. However, I can't find any documentation for adding items to the intellisense dropdown.

This post got pretty close: How to extend IntelliSense items?

But I couldn't find any documentation for the interfaces or classes being used.

What I am trying to do is to read from an XML file, and add those tags as part of the results that show up in intellisense in the C# code (not in XML).

The part of the R# Plugin Development Guide concerning Code Completion (ie, IntelliSense) is on our todo list but has not yet been written. When done, it should be available here . While we're working on that, feel free to email me dn at jetbrains dot com, and I'll try to help you out with any queries you might have.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM