→Visual Studio and LUA
m (Updated outdated hyperlink to LuaLite) |
|||
| Line 11: | Line 11: | ||
== Visual Studio and LUA == | == Visual Studio and LUA == | ||
A plugin for [http://www.lua.org LUA]-support for Visual Studio can be found [http://www.sjbrown.co.uk/?code=lualite here]. It's basically a simple syntax scheme and does not take real advantage of any advanced VS-features. There's a pseudo-IntelliSense feature but it doesn't work very well. So don't expect anything special here. | A plugin for [http://www.lua.org LUA]-support for Visual Studio 2003 can be found [http://www.sjbrown.co.uk/?code=lualite here]. It's basically a simple syntax scheme and does not take real advantage of any advanced VS-features. There's a pseudo-IntelliSense feature but it doesn't work very well. So don't expect anything special here. | ||
Notice that the plugin | Notice that the plugin only works on the 2003 versions of Visual Studio .NET! | ||
A plugin for [http://www.lua.org LUA]-support for Visual Studio 2005 can be found [http://www.trystan.org/lua.html here]. This plug-in supports syntax highlighting, project support, basic MSBuild integration, and shell integration. Intellisense and code regions are in the works. Notice that the plugin only works on the 2005 versions of Visual Studio .NET! | |||
== Visual Studio and XML == | == Visual Studio and XML == | ||