Nate Bosch

Results 198 issues of Nate Bosch

Closes #427 Use `charcol` over `col` where it exists. Gate the function definition behind the feature check to avoid repeating it for every call.

For related locations in the same symbol we could highlight them when the cursor is over an error (or close on a line with an error? Could either pick the...

I should be able to run `:LSClientRename foo` instead of `:LSClientRename 'foo'`. This will be breaking if anyone is used to typing the quotes, which is probably fine. This will...

https://github.com/natebosch/vim-lsc/blob/e24d328b59df69de1b594f1836b54fa1040ab4ef/autoload/lsc/edit.vim#L163 The call to `s:Apply` is not guaranteed to be for the currently active buffer, so that `getline` call is not guaranteed to be the correct like.

Not sure whether it is possible to delay the info for the preview window etc. Getting the text edit (and supporting post-completion edits) would be worth it anyway. See `CompleteChanged`...

Press `K` to open the hover popup, press `` to navigate to definition on the same symbol. The new file is open but the popup remains until you move the...

Useful for passing `--client-version` flag to the Dart analysis server. Open question: what should the version number look like? Should I bump the number on every commit? Include a SHA...

See https://github.com/natebosch/vim-lsc/pull/282#issuecomment-633269726