Asti
Asti
Pushed the highlighter. I moved the controls out to a new WPF project. It'll be easier to debug from there.
Any sort of help is appreciated! These are the default options to be used if there's no `.editorconfig` file. This is where the descriptions are specified. https://github.com/deviousasti/fsharp-formatting-for-vs/blob/bdb75fa49d01a3eb5b6f6a84ad5dcb71a634ca16/src/FantomasOptionsPage.cs#L204
Based on your suggestions, I made a sort of hybrid of all the above editors. It's a custom editor which can generate the UI based on properties defined in our...
If you're free this weekend, we can work together on this. VS live share session?
Were you able to try this out? Any opinions?
Oh, sorry, I forgot to explain. We're using this attribute to specify that VS needs to use this as an options page: https://github.com/deviousasti/fsharp-formatting-for-vs/blob/bdb75fa49d01a3eb5b6f6a84ad5dcb71a634ca16/src/FantomasVsPackage.cs#L27 Which shows up the options in a...
It's important to take care of yourself, and how things are right now, nobody would blame you even if you didn't come back to finish this. So, first of all,...
Yeah, that's probably a bit extreme for now. I have seen other extensions use [AvalonEdit](https://github.com/icsharpcode/AvalonEdit) for displaying code, but that's a lot of stuff for this one feature. If the...
Well, no we can have some custom attribute on each property and use reflection to generate our UI. > Yeah the only problem for me so far is just to...
As for your branch, would I have commit access?