Max Kriester

Results 3 issues of 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...

enhancement

**Describe the bug** Nested table are keys not suggested in different scope **To Reproduce** ![image](https://user-images.githubusercontent.com/9166042/165480206-cd046517-5d2f-48c1-81cc-920050539d8b.png) **Expected behavior** `self.table.a` should be suggested

enhancement

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: ![image](https://user-images.githubusercontent.com/9166042/186872047-345b804f-03f6-4757-a90d-214624dc095f.png) Lua version is 5.3 How can...