vscode插件Luahelper

LuaHelper is an vscode extension provide something features auxiliary for coding in lua language.

features like Snippet,Intelligence,GotoDefinition,CodeComplete etc.

support lua version 5.1 and 5.3.

Features

  • 符號定義跳轉(goto definition)

    GotoDefinition

  • 代碼補全(code completion)

    CodeCompletion

  • 語法錯誤檢測(error checking)

    syntaxErrorChecking

  • Lua代碼片段提示(code snippets)

    Snippet

Known Issues

don't support chinese language to name file ;

Release Notes

0.0.7

  • Fixed issue : now support parsing expression like 'self./:'

0.0.6

  • Fixed issue : the features haven't applied in the files newly-created;
  • Fixed issue : fixed some bugs in gotoDefinition;

0.0.5

  • Added features symbols completion;
  • Fixed issue that catching excption in parsing empty file;
  • Added features for support statement module;

0.0.4

Initial release version with features: global document analysis and gotoDefinition.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章