microsoft / inshellisense

IDE style command line auto complete
MIT License
8.23k stars 180 forks source link

Typing "ls -" does not jump you to the options for the ls command #56

Closed abulka closed 6 months ago

abulka commented 8 months ago

Describe the bug Typing ls - does not jump you to the options for the ls command, I have to scroll past potentionally dozens of filenames (depending on the contents of the directory) to get to the parameters for the ls command.

To Reproduce Steps to reproduce the behavior:

  1. Type ls
  2. Notice the filenames in the current dir are suggested, but not the options like -h etc.
  3. Type -
  4. I still am stuck on viewing filenames, and the options like -h etc. are not visible, I have to scroll down pages to get to them.

Expected behavior Hitting - should jump you to the options of the ls command, just like find - does and many other commands.

Environment

Additional context Perhaps hitting up arrow to backwards scroll (or some other key) would bypass filenames and get to the options of a command. Getting to the options of a command is, after all, the main point of inshellisense, so making it easy to get to the options is essential.

cpendery commented 8 months ago

I'm not able to replicate this on 0.0.1-rc.4. Which shell are you using @abulka?

Alishtan25 commented 8 months ago

Please میشه راهنمایی کنید منو که تو این مارکت مشکل کاره من کجاست ک نمی تونم ب درامد برسم و چرا حساب کیف پولم توش پول نمیشینه یا حسابام بسته میشه کی داره این بازی رو کش میده

Alishtan25 commented 8 months ago

تمام حساب های alishtan25@gmail.com رو بهت میدم ۸۰% من ۲۰% هرکسی ک حسابمو باز کرد یا یه اندیکاتور واس حساب trading View بنویسه ک ب حساب ریالیم متصل شه و ۹تریالد دلار رو نقد کنیم یک تریلیارد دلار مال شما .منو تو فیس بوک یا تویتر@Gazmeh Ali یا ایمیلم جواب بده و کد#۱رو اول پستت بزار تا زودتر متوجه شم.

abulka commented 8 months ago

I'm not able to replicate this on 0.0.1-rc.4. Which shell are you using @abulka?

zsh

Muffeter commented 7 months ago

hello @abulka, i've fixed this bug. You can try this #66 .