Mark Woodhall

Results 6 comments of Mark Woodhall

Hi! I've been doing a little bit of investigation into this and I wouldn't mind having a go at fixing it, if indeed it needs fixing. What I've found out...

I didn't realise you can start it and get it to scan a folder, I think that would probably help me a fair bit at the moment so that is...

Ok, I'll hold fire. I'm eager to contribute something though, I feel like OmniSharp has been awesome for me.

Thanks for the comment, the concept really works quite nicely. At the moment it allows me to do: ``` :e MyProject\Namespace\SubNamespace\MyClass.cs cls ``` The command in Vim takes that new...

For now, I've just been setting makeprg in my vimrc to the appropriate build command, along with a suitable errorformat, which I think is already defined. On Sun, 12 Mar...

To give a bit more info, I do something like this: ```viml autocmd BufNewFile,BufRead *.cs setlocal errorformat=\ %#%f(%l\\\,%c):\ %m autocmd BufNewFile,BufRead *.cs setlocal makeprg=dotnet\ build\ /property:GenerateFullPaths=true ```