EmmyLua / IntelliJ-EmmyLua

Lua IDE/Debugger Plugin for IntelliJ IDEA
https://emmylua.github.io
Apache License 2.0
1.72k stars 287 forks source link

全局方法注释不显示 #525

Open sxd1140 opened 1 year ago

sxd1140 commented 1 year ago

Environment(环境)

name version
IDEA version IU-223.8214.52
EmmyLua version 1.3.8-IDEA223
OS Windows 10

What are the steps to reproduce this issue?(重现步骤?)

  1. image
  2. image
  3. image

What happens?(出现什么问题?)

tips中不显示注释

What were you expecting to happen?(期望?)

正确显示a.d.lua中的注释

tangzx commented 1 year ago

为什么会有两个声明?

sxd1140 commented 1 year ago

因为不想侵入原有代码,所以新建一个 .d.lua文件专门写注释