GroggyOtter

Results 29 comments of GroggyOtter

(This is not an issue. This is praise... The bottom of the page says to use this page for comments. If there is a different place for positive feedback, please...

I'm just saying there's definitely logic errors on how #Include files are handled. When you have a script with 1 single function in it and you can make the addon...

> It is clear in the function definition which parameters are optional. There are definitely instances where it's **not** clear. Which is why I made the request... I've had multiple...

> > (sorry for the crappy Photoshop. not an artist.) > > since vscode is html, you can inspect element and add the brackets `[Text]` > > you do this...

Can confirm. Happens when splitting a case into multiple lines. ``` switch { case not true, ; No comment highlight not false: Msgbox(1) ; Comment highlight default: MsgBox(0) ; Comment...

There's an X factor here somewhere. One of the other keys must be causing this problem. Give me a second to find out which it is. What you're showing on...

I think I figured out the problem. The issue was the parameter name and the fact that I didn't understand you could apply definitions from the json file to the...

> Yes, similar to `WinTitle`, etc., because they appear in many built-in functions and reuse these completions Thanks. I'm currently struggling with making use of the JSON file like I...

I'm sorry, but I don't understand. I tried implementing a @typedef tag (in a few different ways) and couldn't get it to work as intended. Also, the main question I...

> I plan to group option strings by function, but I haven't started yet, so they're all in texts right now. This might help: https://pastebin.com/9p8kdduC It's a list of all...