Mat
Mat
hm, @yanzhang0219 I don't have that issue. It works the same for me in Javascript files.
I just tested it with a proprietary repo I had open at work. But testing a little further, it seems like there is an issue when there is _only_ Javascript....
Sometimes when rust-analyzer is loading, if I’m switching around windows while waiting for it, if I switch back to the rust window, the fidget window is gone but rust-analyzer still...
`#!/usr/bin/env bash` is also very common, for example
Might be able to do something like this: https://federicoterzi.com/blog/how-to-publish-your-rust-project-on-homebrew/ Just need to figure out how to do different binaries for different platforms.
Maybe we can just put all the binaries into a single tar.gz archive then rename it during install by checking platform, e.g. (pseudocode) ``` if (is macOS x86) bin.install "ctrlg-macos-x86"...
Decide between `cargo-make` and `cargo-xtask`
We can send `ctrl+u` via `tmux send-keys -t "$pane" C-u` and that covers most cases. The case it doesn't cover is if the cursor isn't at the end of the...
Maybe it can be a config option between using `ctrl+u` to clear the line vs `ctrl+c`
I'm sure structopt (and clap 3.0.0, which we'll be migrating to when it's out) has a way to do this. I'm just not sure how.