smallcloudai/refact-chat-js

Issues with sync with enhance UX for @commands

Closed this issue · 3 comments

  1. When completing paths, by default selected row is out of box
    incorrect:
    image
    should be something like this:
    image
  2. no support for completion for multiple commands in a single row
    incorrect:
    image

First issue should be fixed here: 1b204f7

I think the second one is an issue with the lsp.

yep, sorry about the second. It's mine :)
fixed here: smallcloudai/refact-lsp@36bca7b

Should be fixed here #23