发布vsLua(Visual Studio 2010 - Lua Language Support )

近来用lua开发了近两个月,深感'工欲善其事必先利其器',人家可以在vim上用tab补全,而我在vs2010没有智能感知,经常出笔误。

vsLua已经1年多没有动静了,所以上周末自己拿来改了2天,又是第一个c#的project,磕磕碰碰不少,不过终于可以发布了。

git host: git@github.com:yujiang/vsLua.git

The origin of vsLua at http://vslua.codeplex.com/

I just do few work to make it run under vs2010, include:

1. update the irony to latest version
2. fix some bug of error tag and outline tag
3. make table and function colored
4. code completion and quick info (when input '.',':','_')
and you should put the keyword.txt and my_keyword.txt at "c:/libs/lua/"
keyword's format is like:

-- _G
print() --write to console
-- table
table.sort(t,func)
table.insert(t,v,index)
table.maxn(t)
-- file
file:close()
file:write()

for compile the project :
you should install VS2010 SDK
http://www.microsoft.com/download/en/details.aspx?id=21835

 

双击编译出来的luaLanguage.vsix即可安装了,下次考虑发布vsix省的大家编译。

 

 

posted on 2011-11-30 12:19  风行水上  阅读(3076)  评论(2编辑  收藏  举报