Ben Jackson

Results 383 comments of Ben Jackson

Thanks for the report. This is caused because we do the filetype filtering before we do the "extends" expansion. That will require quite some refactoring. For now, I would suggest...

This change is [](https://reviewable.io/reviews/puremourning/vimspector/664)

there's info on the test framework here https://github.com/puremourning/vimspector/blob/master/CONTRIBUTING.md#pr-guidelines I suspect that the way to test this is to write a test that sets the option to some function implemented by...

We can't. https://github.com/ycm-core/ycmd/pull/1631 Omnisharp is broken and they have no interest in fixing it as far as we can tell.

But basically, unless you or another community member send a PR that updates this and all the tests pass, I feel like we're stuck. I don't use c# so I...

Thanks! Sorry for the delay - I've been on vacation and had covid. Worth me looking at it now, or wait for the issues to be resolved?

Apologies for the shameless plug but [YouCompleteMe](https://github.com/Valloric/YouCompleteMe) supports semantic auto complete and quick fix (and [more](https://github.com/Valloric/YouCompleteMe#quick-feature-summary) for c-family languages. Refactoring... Not yet. YCM also works very nicely for Python and...

It is correction, check [the docs](https://github.com/Valloric/YouCompleteMe/#the-fixit-subcommand). There's also a demo on [the PR](https://github.com/Valloric/YouCompleteMe/pull/1555) You type `:YcmCompleter FixIt` when the diagnostic says `(FixIt)` at the end. I use a mapping `:nmap...

I may pick this up in future, as it is a worthwhile performance help (I use a similar hack locally to improve perf). But for now, let's close this as...

Seems abandoned. We can always pick this up again in future.