Andrey Shchekin
Andrey Shchekin
@SLaks Thanks! `1.` not opening a list seems consistent with VS, however backspace after `T` isn't, I'll check.
@SLaks Hm, backspace after `T` is CodeMirror show-hint plugin bug/limitation, I'll deprioritize this for now and follow up with them later.
@vrassouli Thanks for asking! This is something I was planning to add/test explicitly, but haven't got to yet. You can definitely do the Roslyn part: ``` session.Roslyn.Project = session.Roslyn.Project.AddDocument(...).Project; ```...
@rstm-sf This is in draft, but since the build actually passed, is F# part ready to merge? Seems like conflicts are related to ref assembly fixes, but if it's slimmed...
Thanks for your work! Unfortunately I wasn't able to support it promptly enough due to other priorities. However now that https://github.com/ashmind/mirrorsharp/pull/223 is merged, it should cover the newest F#. Therefore...
@SLaks As a refactoring?
Thanks for reporting! It's a fair point -- I could actually expose assembly name and `LoaderExceptions` directly for this one. I'll look into this (no specific timeline promise).
Not yet, I haven't actively looked at the library for a while, but might take a look as part of the new upgrade work (no promises).
@Sicos1977 This a part of CodeMirror 6 work, and I expect rest of CM6 migration to require at least a month worth of work (not full time) once I get...
@Sicos1977 Thanks! If this is merged I can actually use it for CodeMirror 6 as well. At the moment I did a custom solution, but it's quite easy to switch...