Shalabh Chaturvedi

Results 52 comments of Shalabh Chaturvedi

@ozra if you're still interesting in tweaking stuff here, it would be useful if you try the command-interaction-refactor branch. It implements some features above, e.g. showing a list for replace...

Sounds like a good plan. I'm not familiar with Vim or Howl's Vi emulation so I can't offer much unfortunately. You've done more work in that the vi bundle than...

Thanks for the update @greduan (and also for your patches). Wish you all the best!

@megatux - Yes! I've been interested in this for a while and have started looking into this more deeply, but as always, time is scarce. @kirbyfan64 - this does not...

For instance, the Python language server works on stdio by default (https://github.com/palantir/python-language-server/blob/develop/pyls/__main__.py). It also supports mypy, btw :smile:

This is probably the next thing I'll work on once I'm done with command-interaction-refactor (see branch of same name). I need langserver integration for stuff I'm working on atm. At...

@ozra - do you have ideas on what the best way to design the UI for this might be? Which LSP features do you need most? I assume goto-definition and...

I have a JSON-RPC thing working and unfinished LSP support. I can manually invoke 'textDocument/definition' etc and get meaningful results from within Howl. Nothing is tied into the editor yet....

There is also `cursor-goto-brace` which jumps to the matching brace. But it doesn't work if cursor is *after* the brace, it probably should.