Chris McGrath

Results 29 comments of Chris McGrath

Would this be better handled with a standard set of extension methods? ``` var list = new[] { 1, 2, 3 }; list.Describe(); ``` One advantage of this is as...

I just experienced this bug. It would be great if it could be resolved. Looking at the pull request that code change will fix the issue.

At the moment code alignment doesn't support this. There's the "add space" option which makes sure there is at least a single space so I guess this could be extended...

Hopefully after this feature is complete, making an extension for "Visual Studio Team Services" (Microsoft's new name for Visual Studio Online) and atom will be easy.

## The Hiccup One big hiccup I'm going to run into is regular expressions. Regexes have become a central part of Code Alignment to allow for maximum customisation. Javascript and...

Hi, Sorry about my silence on this (and my silence on things in general) Last year I unfortunately didn't have much free time to devote to Code Alignment, but I...

I've just checked in the start of this to https://github.com/cpmcgrath/codealignment-vscode I'm no expert at TypeScript, so if any tips/criticisms/pull requests will be appreciated.

The build server for this is up so it's easy to install the develop builds if you want to try it out. https://ci.appveyor.com/project/cpmcgrath/codealignment-vscode/build/artifacts This is pretty close to what I'm...

Version 1 has been released! https://marketplace.visualstudio.com/items?itemName=cpmcgrath.codealignment-vscode#overview As there are many features missing and still to decide if/when to merge that project into this repository, I'm going to keep this ticket...

Hi, Are you experiencing this in Notepad++ or Visual Studio?