Full Version : Microsoft Visual Studio .NET 2005
xmlspawner >>Scripting Support >>Microsoft Visual Studio .NET 2005


<< Prev | Next >>

Xarlon- 04-09-2007
Microsoft Visual Studio .NET 2005
Just download and install.

Create a new project, and paste all your script files in it. (for full functionality, paste the server files in there too.)

This will highlight code, auto-tab, and most importantly, highlight syntax errors! It maps all the classes of the server, and when you begin typing, it will open a drop down menu where you can select from a list of possible choices.

You can also right click on pieces of code, and go to the definition. Makes it easy to navigate to any part of the code so you can edit the right piece. (if you have server scripts in the project, don't edit those unless you compile the server yourself.)


PS~ Arte, feel free to pin this. wink.gif

ArteGordon- 04-09-2007
it is pinned in the Files forum, but it is worth pinning here as well. Thanks.

Xarlon- 04-09-2007
Ah, I didn't know it was down there. I wonder if you have the same link as the one I used.

--edit--

Almost exactly the same. I'm going to change mine to be the same as yours since the one you have sends them directly to the C# page.