diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 36 |
1 files changed, 18 insertions, 18 deletions
@@ -2,7 +2,7 @@ [](https://ci.appveyor.com/project/sumneko/vscode-lua-language-server/branch/master) -### Feature +## Feature - [x] Goto Definition - [x] Goto Implementation @@ -23,7 +23,7 @@ - [ ] Multi Workspace - [ ] Type Format -### Locale +## Locale - [x] en-US - [x] zh-CN @@ -34,37 +34,37 @@ API描述的中文翻译来自[云风](https://cloudwu.github.io/lua53doc/manual [en-US]: https://github.com/sumneko/vscode-lua-language-server/tree/master/server/locale/en-US -### preview +## preview -* Goto Definition +### Goto Definition - + -* Find All References +### Find All References - + -* Hover +### Hover - + -* Diagnostics +### Diagnostics - + -* Rename +### Rename - + -* Auto Completion +### Auto Completion - + -* Signature Help +### Signature Help - + -### library +## library You can add your library at [here][libs] by `Pull Requests`. |