Elliot DeNolf
Elliot DeNolf
@groovenectar I was never able to figure this one out in particular. However, I found another approach to reducing the jarring effect of alt-tabbing in elementary. https://gist.github.com/denolfe/7ef8430e4feff6a77773
It was discussed previously in #1. I implemented the snippets in 676f77e, which seems sufficient for now. Implementing full IntelliSense utilizing the language server seems like a pretty big undertaking.
What specifically in v2 is not supported by this extension? Are there any other editors which support it?
It's possible this could be rigged up by looking at the [PHP Debug](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug) extension which uses XDebug, since XDebug is mentioned in the [Debugging Clients](https://autohotkey.com/docs/AHKL_DBGPClients.htm) section of the docs.
From looking at other languages' formatters, it seems like quite an undertaking. However [here](https://code.visualstudio.com/blogs/2016/11/15/formatters-best-practices) is an official blog post about implementing a formatter. Just for completeness, I've also used [this...
I've clicked through a few of them, and it looks like most of them just pull in a formatting executable to do the work for them. To get this functionality,...
The line that *should* be highlighting that line is https://github.com/stef-levesque/vscode-autohotkey/blob/92a2200b74c1182faa823881fb766effd5e0a1d1/syntaxes/ahk.tmLanguage#L142 However, it is being overridden when it has whitespace in front of it by https://github.com/stef-levesque/vscode-autohotkey/blob/92a2200b74c1182faa823881fb766effd5e0a1d1/syntaxes/ahk.tmLanguage#L305 Changing the second regex to...
Successfully recreated issue. Looking into a fix now.
Hey @mikemoooo, I attempted to recreate your issue, but I was unable to. Could you provide some more detail? Here are the steps I performed: - On a collection with...
Hey @KieranRobson, I've updated the description to sentence case. If you could re-review that'd be great!