How to change IDE in Projucer - ide

So I wanted to make a Vst plugin with Projucer but I would like to use my Eclipse IDE instead of Visual Studio. Is this possible or do I have to use visual studio only. Thanks! (Sorry if this is a bad question or is formatted wrong. I don't really know how to use this).

The Projucer doesn't have an exporter for Eclipse. On Windows, your only options are Visual Studio or Code Blocks.
Check out https://docs.juce.com/master/tutorial_new_projucer_project.html for more info!

Related

Visual Studio for Mac - Can't read or write any code

I have a problem with Visual Studio for Mac. When I make a new project or I open an existent one, I can't read correctly the code or even write. The code is correctly, in others Text Editors looks fine, but in Visual don't.
Do somebody know about this error? thanks.
Update Visual Studio.
(Click 'Visual Studio Community' in the top bar -> Check For Updates)
This must have been an early bug because I updated to 7.0.1 (Build 24) and it fixed the issue for me.

Modifying and running VB.net project in Visual Studio Code?

Is it possible to modify and run existing VB Visual Studio 2010 projects in Visual Studio Code? I have some VB.NET projects that I would like to open in visual studio code and I haven't found anything online that says whether or not this is possible. Drag and drop functionality isn't necessary for me, I only care about being able to run the source code.
I'm running Ubuntu 14.04 if that makes any difference.
Thanks in advance!
You can use Visual Studio Code to edit any text file you want.

Jade Syntax Highlighting in Visual Studio 2013

I wonder if there is an option I missed in Visual Studio 2013 to get the Jade syntax highlighting to work?
There is a pretty good integration of Node.js, Express and Jade in Visual Studio 2013, but it seems it lacks a proper syntax highlighting.
In that WebMatrix Tool of Microsoft the Jade syntax works pretty well and I dont't get because of what that features is missing in VS 2013. Maybe I made a mistake at some point of installation, project creating, missed an option or something like that.
In the new NTVS beta version I found this today and it works great:
NTVS supports the following:
...
Jade syntax highlighting -- New for Beta
...
For a download and more information see the Node.js Tools for Visual Studio project site on CodePlex.
I looked into it a couple of months ago and didn't find any resources for handling Jade better in Visual Studio at the time and there may not currently be any solution short of writing the tools you need yourself.
With that said, I did ask one of the developers behind a popular build extension for using languages like LESS or CoffeeScript in Visual Studio if he's considered adding Jade support and his answer was that they're working on it. I unfortunately have no idea what the timeline would be.
Sorry I don't have a better answer for you, I'm hoping for a solution as well. In the meantime I found a combination of Visual Studio, Sublime Text and Prepros works well enough for now.

Wix project template for Visual Studio Express versions?

Is it possible to use Wix with Express editions? I am interested in 2010/2012 versions. I know I can use candle and light from the command line, but I am interested in integration with IDE
The Express versions of VS does not allow to extend the VS with the necessary plug-ins. So you have to stay with the command line.
Alternatively to VS you could try WiXEdit.
Actually, if the goal is to have a free installer suite, WiX is perfectly happy installing into Visual Studio Shell Integrated, which is freely available. All features of WiX are available.
The only limitation is you have to open a different instance of Visual Studio in order to build your installer, but I haven't found this to be limiting in the slightest, and in fact I appreciate the separation of concerns.
Of course, another solution these days is to simply use VS Community Edition.

Free or commercial code analysis service for Visual Basic

Anyone know a good code analysis service or tool for vb.net? Like the one for c# with visual studio 2008 team edition or style cop for c#
Update:
My bad ,I am only using the visual studio pro in my new work place,so I could not use the code analysis for visual studio 2008 team edition
I believe that Code Analysis works on VB.NET code as well.
I just tested it, and it does work.
FxCop seems reasonable.
Besides, you can use
NDepend http://www.ndepend.com
Gendarme from Mono. http://www.mono-project.com/docs/tools+libraries/tools/gendarme/
ReSharper http://www.jetbrains.com/resharper/