lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

Enhancements to properties

Open vinipsmaker opened this issue 2 years ago • 9 comments

I'd like to declare @fields that might be:

  • ready-only (i.e. __index() exists, but __newindex() doesn't)
  • read-write
  • dynamic (a new value is generated every time __index() is called)

vinipsmaker avatar Feb 11 '23 14:02 vinipsmaker