EmmyLua / IntelliJ-EmmyLua

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

How EmmyLua combine with openresty lualib? #422

Open wqianyu opened 3 years ago

wqianyu commented 3 years ago

Environment(环境)

name version
IDEA version [2018.1.2]
EmmyLua version [1.3.2.142-IDEA172]
OS [ Windows 10]

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

  1. require openresty lua
  2. add openresty lualib as project structure libraries

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

module 'resty.redis' not found

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

how does can i use openresty lua exactly

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

(If it’s long, please paste to https://ghostbin.com/ and insert the link here.) no field package.preload['resty.redis']

no file '.\resty\redis.lua'

Any other comments?(其它说明)