Skip to content
Snippets Groups Projects
Select Git revision
  • srb2 default protected
  • master
  • v3.7.4
  • v3.7.2
  • v3.7.1
  • v3.7.0
  • v3.6.26
  • v3.6.24
  • v3.6.23
  • v3.6.22
  • v3.6.21
  • v3.6.20
  • v3.6.19
  • v3.6.18
  • v3.6.17
  • v3.6.16
  • v3.6.15
  • v3.6.13
  • v3.6.12
  • v3.6.11
  • v3.6.10
  • v3.6.9
22 results

vscode-lua-srb2

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    最萌小汐 authored
    3cecaa0d
    History

    lua-language-server

    Feature

    • Goto Definition
    • Find All References
    • Hover
    • Diagnostics
    • Rename
    • Auto Completion
    • IntelliSense
    • Signature Help
    • Document Symbols
    • Syntax Check
    • Highlight
    • Code Action
    • EmmyLua Annotation
    • Multi Workspace
    • Type Format

    Preview

    Goto Definition

    avatar

    Find All References

    avatar

    Hover

    avatar

    Diagnostics

    avatar

    Rename

    avatar

    Auto Completion

    avatar

    Signature Help

    avatar

    Emmy Annotation

    avatar

    How to use on macOS/Linux

    You need to build vscode-lua yourself on macOS/Linux.

    git clone https://github.com/sumneko/vscode-lua
    cd vscode-lua
    git submodule update --init --recursive
    • Open repo and execute tasks in VSCode
      1. PreCompile
      2. Compile
      3. Install
    • Restart VSCode and open your lua project
    • Enjoy

    Version

    • Lua 5.1
    • Lua 5.2
    • Lua 5.3
    • Lua 5.4
    • LuaJIT

    If you find any mistakes, please tell me or use Pull Requests to fix them directly.

    如果你发现了任何错误,请告诉我或使用Pull Requests来直接修复。

    Locale

    • en-US
    • zh-CN

    Please help me improve the quality of en-US.

    Credit

    Acknowledgement