Questions tagged [visual-studio-sdk]

The Visual Studio SDK includes documentation, samples, and code to help you develop products that integrate with the Visual Studio product family.

290 questions
-1
votes
1 answer

VS 2013 SDK: Need orientation for Package development

I need a full working example for Visual Studio 2013 SDK, in C# or else VB.Net, from MSDN samples, SatckOverflow user(s) or a 3rd party source, that illustrates how to develop a simple package that will integrate a custom menu inside the Code Editor…
ElektroStudios
  • 19,105
  • 33
  • 200
  • 417
-1
votes
1 answer

How to add small icons beside VS Project Tree Items?

i am creating a VSPackage, i want to add small icon beside VS Project items, looks like in the attached image. please help me.
-2
votes
1 answer

Can't Find Namespace in VS 2017 SDK Docs?

I have the following in a T4 template, (Snippet is from an old tutorial): <#@ import namespace = "Microsoft.VisualStudio.TextTemplating" #> <#+ Engine _engine = new Engine(); #> I can see that the Engine type is part of the…
FakeSaint
  • 492
  • 5
  • 8
-2
votes
1 answer

Android Studios App Development

I am developing an app on android and I'm trying to run the app through the emulator but every time it tells me that it has stopped working and I get these lines: 02-22 23:22:21.977 2170-2170/com.example.sarvagyagupta1.myapp E/AndroidRuntime﹕…
-3
votes
1 answer

With Visual Studio SDK, how would I collapse a section of code?

I can get a selection of text via TextSelection. And I can highlight specific sections. How would I collapse said section, couldn’t find anything in the documentation for the Visual Studio SDK about collapsing or hiding a section. Edit 1 The code…
Anton
  • 340
  • 1
  • 5
  • 15
1 2 3
19
20