IntelliJ-EmmyLua
IntelliJ-EmmyLua copied to clipboard
Lua IDE/Debugger Plugin for IntelliJ IDEA
# 概述 有时,我们会发现在使用 IntelliJ-EmmyLua 来 Debug 时,一些字符串信息会显示不全。 具体的显示不全的情况有:字符串截断,ASCII控制字符被替换为固定字符,等等。 显示不全,导致调试过程中不方便,无法准确得知字符串的内容。 为了解决这个问题,本PR为 IntelliJ-EmmyLua 增加特性,可以使得 EmmyLua 在必要时增加显示字符串的Hex及ASCII码。 需要注意的是,本PR依赖EmmyLuaDebugger的PR,见[https://github.com/EmmyLua/EmmyLuaDebugger/pull/50](https://github.com/EmmyLua/EmmyLuaDebugger/pull/50)。 # 结合示例说明本PR ## 测试用例 假设正在断点调试以下代码: ```lua local function hexToString(hexStr) return (hexStr:gsub('(%x%x)', function(h) local charNum =...
Environment -------------- name | version ----------|---------- IDEA version | 2023.2.3 EmmyLua version | 1.4.8-IDEA231 OS | Windows 11 What are the steps to reproduce this issue? ------------------------------------------------ 1. Add a...
Environment -------------- name | version ----------|---------- IDEA version | 2023.2.3 EmmyLua version | 1.4.8-IDEA231 OS | Windows 11 What happens? ------------- Seems that autocompletion for `self.` does not correctly suggest....
Hello with EmmyLua 1.4.7-IDEA231 and IntelliJ IDEA 2023.2, automatic suggestions are not working Up until version IntelliJ-EmmyLua-1.3.11-IDEA231, automatic suggestions were working without any issues However, after updating to IntelliJ IDEA...
Since the latest round of updates, launching IntelliJ takes a very long time, with the IDE sitting at "Lua indexing: waiting to start ..." and then "Scanning files to index",...
Environment(环境) -------------- name | version ----------|---------- IDEA version | 2023.2.2 EmmyLua version | 1.4.8-IDEA231 OS | [e.g. OSX 10.13.4, Windows 10] What are the steps to reproduce this issue?(重现步骤?) ------------------------------------------------...
Environment(环境) -------------- name | version ----------|---------- IDEA version | PhpStorm 2023.1.2 EmmyLua version | All versions after 1.3.11-IDEA231 OS | Windows 11 What are the steps to reproduce this issue?(重现步骤?)...
Environment(环境) -------------- name | version ----------|---------- IDEA version | PS-232.9559.64 EmmyLua version | 1.4.8-IDEA231 OS | Arch Linux 6.4.12-arch1-1 What are the steps to reproduce this issue?(重现步骤?) ------------------------------------------------ 1. Set...
Environment(环境) -------------- name | version ----------|---------- IDEA version | 2022.2.1 EmmyLua version | 1.3.7.2 OS | OSX 12.6.7, What are the steps to reproduce this issue?(重现步骤?) ------------------------------------------------ 1. 已经配置了.lua识别,可以跳转 2....
Environment(环境) -------------- name | version ----------|---------- IDEA version | Pycharm 2023.2 EmmyLua version | 1.4.8 OS | Mac and Ubuntu (lastest) What are the steps to reproduce this issue?(重现步骤?) ------------------------------------------------...