Powered by the robust emmylua-analyzer-rust engine
File
→ Settings
→ Plugins
Install
to install the pluginFile
→ Settings
→ Plugins
Install Plugin from Disk...
File
→ New
→ Project
Lua
project type---@class Player ---@field name string ---@field level number local Player = {} ---Create new player ---@param name string Player name ---@param level number Player level ---@return Player function Player:new(name, level) return setmetatable({ name = name, level = level }, { __index = self }) end🔧 Supported IDE Versions IDE Version Plugin Version Status 2024.3+ 0.8.x ✅ Actively Supported
We welcome contributions of all kinds! Please check the Contributing Guide to learn how to participate in the project.
Development Environment SetupClone Repository
git clone https://github.com/CppCXY/Intellij-EmmyLua2.git cd Intellij-EmmyLua2
Import Project
Build Plugin
Run Development Environment
buildPlugin
Build plugin distribution package runIde
Run plugin in IDE sandbox test
Run test suite downloadEmmyLuaAnalyzer
Download Emmy Lua Analyzer installDependencies
Install all dependencies cleanDependencies
Clean downloaded dependencies
This project is open source under the MIT License.
⭐ If this project helps you, please give us a Star!
Made with ❤️ by CppCXY
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4