All Projects → liwangqian → Luacoderassist

liwangqian / Luacoderassist

vscode lua assistant intelligent

Programming Languages

javascript
184084 projects - #8 most used programming language
lua
6591 projects

Labels

Projects that are alternatives of or similar to Luacoderassist

Code Server
VS Code in the browser
Stars: ✭ 50,541 (+43469.83%)
Mutual labels:  vscode
Vscode
Unibeautify for VSCode
Stars: ✭ 110 (-5.17%)
Mutual labels:  vscode
Micropy Cli
Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!
Stars: ✭ 112 (-3.45%)
Mutual labels:  vscode
Flowmaker
flowmaker: JS to SVG flowchart generation extension for Vscode in realtime written in typescript and also download the SVG through local node server. Extension:
Stars: ✭ 108 (-6.9%)
Mutual labels:  vscode
Vscode Ptt
在 VSCode 瀏覽 PTT!
Stars: ✭ 110 (-5.17%)
Mutual labels:  vscode
Vscode Azure Blockchain Ethereum
Blockchain extension for VS Code
Stars: ✭ 111 (-4.31%)
Mutual labels:  vscode
Vscode Winteriscoming
Dark theme with fun and bright foreground colors
Stars: ✭ 105 (-9.48%)
Mutual labels:  vscode
Dendron
The personal knowledge management (PKM) tool that grows as you do!
Stars: ✭ 2,538 (+2087.93%)
Mutual labels:  vscode
Vscode Js Annotations
Javascript / Typescript Parameter Annotations for Visual Studio Code
Stars: ✭ 110 (-5.17%)
Mutual labels:  vscode
Vscode Clang Format Provider
A Visual Studio Code extension that provides C++, C, Obj-C, Java formatting with the use of clang-format
Stars: ✭ 112 (-3.45%)
Mutual labels:  vscode
Github Vsc
🐙 Launch VSCode dev environment in your browser.
Stars: ✭ 108 (-6.9%)
Mutual labels:  vscode
Seed
Go application GitHub repository template.
Stars: ✭ 109 (-6.03%)
Mutual labels:  vscode
Ubuntu On Steroids
Developer setup & configuration guide for Ubuntu.
Stars: ✭ 111 (-4.31%)
Mutual labels:  vscode
Vscode Solidity Auditor
Solidity language support and visual security auditor for Visual Studio Code
Stars: ✭ 108 (-6.9%)
Mutual labels:  vscode
Geo Data Viewer
🗺️ Geo Data Viewer w/0 Py 🐍 || pyWidgets ⚙️ || pandas 🐼 || @reactjs ⚛️ required to gen. some snazzy maps 🗺️ with keplerGL ...
Stars: ✭ 115 (-0.86%)
Mutual labels:  vscode
Openfolderinvscode
With this macOS service, you can quickly open any given folder as a project in Visual Studio Code from the Finders context menu.
Stars: ✭ 105 (-9.48%)
Mutual labels:  vscode
I18n Ally
🌍 All in one i18n extension for VS Code
Stars: ✭ 1,931 (+1564.66%)
Mutual labels:  vscode
Vscode Sqlite
VSCode extension to explore and query SQLite databases.
Stars: ✭ 116 (+0%)
Mutual labels:  vscode
Vscode
VSCode file specific icons for improved visual grepping
Stars: ✭ 115 (-0.86%)
Mutual labels:  vscode
Vscode Mermaid Preview
Previews Mermaid diagrams
Stars: ✭ 111 (-4.31%)
Mutual labels:  vscode

Lua编程助手(Lua Coder Assistant)

Lua 编程助手是一款能够为Lua开发人员提供智能帮助的基于VSCODE的插件

Lua coder assistant is an vscode extension attempt to provide language intelligence for coders coding in lua language.

安装(Install)

本插件可在微软VSCODE插件商店中搜索LuaCoderAssist进行安装

Search LuaCoderAssist in extension market of vscode and install.

功能(Features)

  • [x] 代码补全
  • [x] 类型推导(LIMITED))
  • [x] 定义跳转
  • [x] 符号预览
  • [x] 静态检查
  • [x] 代码格式化
  • [x] 给函数插入LDoc格式的注释
  • [x] 支持LOVE、JIT、BUSTED代码补全
  • [x] 支持代码补全扩展
  • [x] 支持setmetatable通过__index模拟类继承的类成员补全
  • [x] 支持通过api接口描述文档来提供代码补全功能

当前已支持的功能(Supported)

  • 文件内符号列表(Document Symbols)

list

  • 符号定义跳转(Goto Definition)

goto

  • 符号定义预览(Definition Peak)

peak

  • 代码补全(Code Complete)

complete

  • 函数特征帮助(Signatrue Help)

signature

  • 静态检查(LuaCheck Support)

diagnostics

  • 代码格式化(Code Format)

format

  • 代码度量(Code Metrics)

metrics

依赖(Dependences)


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].