EmmyLua / IntelliJ-EmmyLua

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

CLion sees everything as plaintext #370

Open 133794m3r opened 4 years ago

133794m3r commented 4 years ago

Environment(环境)

name version

CLion 2020.2.1 1.3.4.157-IDEA202 Build #CL-202.6948.80, built on August 25, 2020

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

  1. Use the "dot" notation for a table.
  2. Notice it suggest things like "else"
  3. Be unable to figure out how that makes sense.

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

Screenshot at 2020-09-06 21-31-25 What were you expecting to happen?(期望?)

It to not suggest language keywords.

Any logs, error output, etc?(有没有什么log, error输出?)

(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)

Any other comments?(其它说明)

There's an unrelated issue with comments where EmmyLua will suggest keywords when filling in comments. It'll also accept them randomly as you're typing after typing a ".".

133794m3r commented 4 years ago

Is there any reason why it sees comments are programming code? is that issue also wontfix or is it just this part.