EmmyLua for VSCodeEmmyLua is a powerful Lua language support extension for Visual Studio Code, providing intelligent code completion, debugging, and analysis capabilities. 📋 Quick Links
🚀 Features
📦 Related ExtensionsEnhance your Lua development experience with these complementary extensions:
🔧 ConfigurationProject ConfigurationCreate a
For detailed configuration options, see: 🐛 DebuggingRemote Debug Setup
Debug Types
❓ Frequently Asked QuestionsWhy doesn't attach debugging work?English: The debugger needs access to Lua symbols from the target process. Ensure your executable exports Lua symbols. 中文: 调试器需要获取进程中的 Lua 符号,因此需要进程导出 Lua 符号。 Why do I see many "undefined variable" warnings?English: Create
中文: 在项目根目录创建 Can I use EmmyLua analysis in other editors?English: Yes! EmmyLua uses a standard Language Server Protocol implementation. Any LSP-compatible editor can use it. 中文: 可以!EmmyLua 基于标准的语言服务器协议,任何支持 LSP 的编辑器都可以使用。 Why use .emmyrc.json instead of VSCode settings?English: Project-specific configuration files work across different editors and platforms without requiring IDE-specific setup. 中文: 项目配置文件可以跨平台和编辑器使用,无需在每个 IDE 中重复配置。 Why was the language server rewritten in Rust?English: The Rust implementation provides better performance, memory safety, and cross-platform compatibility compared to the previous .NET and Java versions. 中文: Rust 实现提供了更好的性能、内存安全性和跨平台兼容性。(作者说:因为我想试试 rust 😄) 🤝 ContributingWe welcome contributions! Please feel free to:
📄 LicenseThis project is licensed under the MIT License. |