You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
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
$nu.env.A<tab>
(ls).n<tab>
str <tab>
git
Hinting Features
plugable
hints specific to a verticalThe text was updated successfully, but these errors were encountered: