Submitted by ciao on Sun, 11/24/2013 - 05:04
Forums:
Has anyone used the SharpDevelop IDE (http://www.icsharpcode.net/OpenSource/SD/) to write code using either SNAP or NX/Open. If so, has anyone created project templates for SNAP coding (like the ones provided for Visual Studio). I find the provided templates very useful when coding in Visual Studio, but I'm thinking of switching to SharpDevelop, and it would be nice to have templates there, too.
SharpDevelop IDE
I did use SharpDevelop exclusively to write my NXOpen as well as a couple simple stand alone windows programs in VB and C#. I do not have access to NX8 or SNAP though. Recently I have switched to Sublimetext 2 for my journal writing. It took a little set up to get it to understand VB syntax, but it has a few features that I like for completion and replacement.
Sublimetext
Sublimetext looks interesting. I'll check it out. Thanks. Can it be set up to do VB "intellisense" or "code completion" the same as Vis Studio or SharpDevelop ?
Sublimetext and completion
Yes it can. This is the syntax package I use currently for VB.NET.
https://github.com/angryant0007/VBDotNetSyntax
I liked Sharpdevelop better for formatting and commenting regions, but I definitely like Sublime for smarter code completion. I haven't used it for any projects though, only single journals.