JavaScript IntelliSense support in Isolated Shell 2013
Can we use JavaScript IntelliSence (Color scheme and auto suggestion) in Isolated Shell 2013.In .pkgundef file of isolated shell, there is entry for HTML, CSS and XML. But not for JavaScript.How can I...
View ArticleVisual Studio 2013 Isolated Shell - Application Icon
Hi,By default and according to all documentation that I was able to find AppIcon that's specified in .pkgdef file is used both as TitleBar icon (top left corner) and Application icon (File System, Task...
View ArticleProgrammatically Add External Tools
Is there a way to programmatically add external tools to the Tools menu (or a customized menu item)? I'll be shipping an app which needs to be accessed through the Tools menu in VS2005 (or a cutom menu...
View ArticleTrying ot figure out why my generated assembly code cannot be stepped through
Hi --I have a package that on initialization (i.e from within the Package.Initialize routine) generates a bunch of code by writing assembler bits to memory. As part of the sequence of generating this...
View ArticleCannot find "favorites" in visualstudiogallery.com
Yeah, it is a silly question, but when I login in visualstudiogallery.com, i cannot find my favorites. I have add some extentions to favorites, but where it is?
View ArticleHow to get the name of the plugin from PackageManifest?
Is it possible to read the name of the plugin from the Source.extension.vsixmanifest file in the plugin itself.
View ArticleIs there a way to know if changes applied to code will be ok for edit and...
Hi,In debugger break mode, I make some code changes programmatically and I need to add some expressions to the Watch window. If my changes are not legal for edit and continue, then adding to Watch...
View ArticleVS2013 debugging Vspackage
Hi,I am having a VSPackage for my source control. I am trying the project in VS2013 update 3 by launching an experimental instance. But the package is not loading in the experimental instance. But the...
View ArticleAre there any good books on Visual Studio 2013 Extensibility?
I would like to learn how to make VSPackage and other extensibility projects for Visual Studio 2013. Even with all the good documentation available on this topic, I have always found it hard to enter...
View Article[Addin] - Tab name empty for tool window
Hi,I have created a tool window using CreateToolWindow2 in VS2012:mWindow = (Window2)toolWins.CreateToolWindow2( mAddin, asmPath, ctrlClsName, title, guid, ref objTemp);...
View ArticleShould EnvDTE ItemOperations.OpenFile(filename) be called from another thread?
Hi,I am calling into EnvDTE.DTE from other threads. I have implemented the STA appartment and COM retry as detailed in this previous question. However, calling some functions such as...
View ArticleUpdating threads name from VS 2013 Threads window (after a breakpoint is hit?)
Hi all,as we already know, the RaiseException approach is generally used for setting the thread name inside the VS IDE Threads window.This works fine for the case when the number of thread name changes...
View ArticleChanging the Debug Source File property of a solution using visual studio...
Hi,Here is our situation:We have multiple versions of our application and each version is stored in a different network path. When we want to work on our application and modify some code we only take a...
View ArticleVS 2010: infinite loop when implementing IvsFind
My application based on a VS 2010 isolated shell hangs when I implement the VS Find and Replace dialog (aka IVsFindTarget) within our custom editor pane (It’s an usual document window related a node of...
View ArticleJison Build Rule
Hi all,I'm trying to add a build rule for Jison (http://zaach.github.io/jison/) and everything works except the command line in the property sheet.When I insert a .jison file in a VS project and go to...
View ArticleVS Extension project template install the Nuget package
Hi,VSIX project template install the custom Nuget package inside of the vsix and Install the nuget package when creating project.The problem is: I need to put a reference to my wizard inside the...
View ArticleAccess denied on health vault while offline connection
Hi, I am trying to update records from my applications.So i am going for healthvault offline connection but i am getting Access denied error.I have lot of search on internet but nothing working.Below...
View ArticleHow to disable a SUB MENU in vs package
I need to disable a sub menu itself on a particular condition in c# VS Package.is there any way to disable it,i can find the option for hiding but i need to disable it.Kani
View ArticleVS 2010 MEF: Fonts and Color settings cannot be changed for...
Hi, I tried to add some colorizing to the build output pane and implemented an IClassifier, ContentType BuildOutput.Everything works fine but when I change the color settings with the Tools->Options...
View ArticleVisual Studio 2013 Isolated Shell - Application Icon
Hi,By default and according to all documentation that I was able to find AppIcon that's specified in .pkgdef file is used both as TitleBar icon (top left corner) and Application icon (File System, Task...
View Article