Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make completion result more informative #2

Open
saks opened this issue Sep 2, 2016 · 0 comments
Open

make completion result more informative #2

saks opened this issue Sep 2, 2016 · 0 comments

Comments

@saks
Copy link
Owner

saks commented Sep 2, 2016

Currently when looking at completion result, it's hard to understand, what is the type value of particular key:

[3] ngx(content)> ngx.loca        
ngx.localtime  ngx.location

where

  • ngx.localtime is a function
  • ngx.location is a table

Make it more information so it will be easy to make a difference between:

  • table
  • function
  • userdata
  • cdata (?)
  • the rest of lua types
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant