Max Kriester
Max Kriester
**Describe the bug** Its seems like operators can only be defined one way? I want number * Vec3 to be Vec3. Am I missing something? **To Reproduce** ```lua --- @class...
**Describe the bug** Nested table are keys not suggested in different scope **To Reproduce**  **Expected behavior** `self.table.a` should be suggested
I have set up the debugger for my project according to the example here: https://github.com/actboy168/lua-debug/tree/master/examples/attach When I attach the debugger it crashes here:  Lua version is 5.3 How can...