Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Vision Discussion: Completions/Hints #65

Open
2 of 23 tasks
sholderbach opened this issue Jun 18, 2021 · 1 comment
Open
2 of 23 tasks

Feature Vision Discussion: Completions/Hints #65

sholderbach opened this issue Jun 18, 2021 · 1 comment
Labels
A-Completions Area: Tab completion and inline hint completions

Comments

@sholderbach
Copy link
Member

sholderbach commented Jun 18, 2021

This issue is part of the larger vision discussion managed in #63 to brainstorm and prioritize ideas around features that would make reedline as a line editor for you both viable as well as pleasant to use. Feel free to up-vote features you depend on in other tools/shells as well as suggest new ideas!

Completions Features

  • Ability to works as expected or better
    • File and folder completion
      • zsh-style partial path expansion
    • Environment variable completion $nu.env.A<tab>
    • Table column completion (ls).n<tab>
    • Sub-Command completion str <tab>
    • Other
  • Ability to add external completions for things like git
  • Ability to make completions extensible

Hinting Features

  • Ability to change the color of the hints
  • Ability to create hints from history
  • Ability to have plugable hints specific to a vertical
    • Nushell
    • Azure
    • Dataframe/Polars/DataScience
    • Maths
    • Other
  • Ability to complete hints with keybinding
  • Ability to change location of hints
    • On prompt line
    • Under prompt line
    • On status bar at the top
    • On staus bar at the bottom
@sholderbach sholderbach added this to the Vision to Roadmap milestone Jun 18, 2021
@sholderbach
Copy link
Member Author

Current voting

Vote for the topic(s) you care about by selecting the corresponding emoji. (No judgement based on the emojis sentiment!)

  • 👍 File path completion
  • 👎 (environment) variable completion
  • 😄 subcommand/flag completion
  • 🎉 completion extensibility (e.g. git with ref completion)
  • 😕 history-based hints
  • ❤️ hint plugins
  • 🚀 selectable style/behavior of hints
  • 👀 language grammar specific completion configuration (e.g. semantic suggestions, signature snippets, brace matching)

@sholderbach sholderbach added A-Multiline Area: Support for multiline editing (Validation and interaction with `A-Display`) A-Completions Area: Tab completion and inline hint completions and removed A-Multiline Area: Support for multiline editing (Validation and interaction with `A-Display`) labels Nov 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Completions Area: Tab completion and inline hint completions
Projects
None yet
Development

No branches or pull requests

1 participant