Replies: 2 comments
-
related: Feel-ix-343/markdown-oxide#115 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just figured out that @Feel-ix-343 For markdown-oxide, I could not see the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to perform a typescript file rename, such that all the imports would get updated.
I see there's
_typescript.applyRenameFile
, which I'd like to use, (I'm aware of:move
/willRename
but it has not been released, as of writing.)Looking at https://github.com/helix-editor/helix/blob/master/helix-term/src/ui/mod.rs#L351 I also see there's completer for workspace commands, but I can't get it to accept further positional arguments, it treats whole expression as a command name.
trying to run command as-is:
What am I missing? Any workarounds?
Beta Was this translation helpful? Give feedback.
All reactions