Mike Richards

Results 9 issues of Mike Richards

I love this extension and cannot say thank you enough, but it only seems to work to a certain point in terms of how much code I write in a...

bug

I'm not sure what option I need to change or if it's a missing feature but the arguments passed to a function call are being placed relative to the function...

enhancement

I set `column_limit` to 80 and this works fine with no line breaks: ```lua local onLogout = em:CreateEventListener("function()"); ``` So therefore I would expect this input to not be formatted...

bug

I'm used to programming in other languages like C# where you end each line with a semi-colon `;` and I'd rather keep this style preference in my Lua code. Can...

enhancement

I like [TypeScript's `keyof` operator](https://www.typescriptlang.org/docs/handbook/2/keyof-types.html) that basically suggests that the value of a given string must match one of the properties/keys of a specified object. In Lua, a type declared...

enhancement

There is an existing option to set the maximum methods per class. However, after reading the clean code book I noticed the author emphasizes only being able to do 1...

Is it possible to ignore `ILogger` as a dependency when analysing the code for too many dependencies? I get a warning that the class might be breaking the single responsibility...

### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? Windows ### What is the issue affecting? Annotations ### Expected Behaviour When...

### What version(s) of WoW are you using? Classic, Classic Era ### What problem are you experiencing that led to you asking for this feature? I keep forgetting which profession...

enhancement
classic
classic era