-
Notifications
You must be signed in to change notification settings - Fork 154
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
IDE style completions menu #660
Comments
yup, looking forward to someone submitting a PR to inshellisense to add nushell support. not exactly sure what reedline would need, if anything. |
While it could be done externally, I think a native IDE style menu type would greatly benefit the community as a whole. Many use reedline for creating text editors & other such toolings that would benefit from a built in ide style completion menu. The current Columnar and List menus work for many use cases, but I feel like the IDE style one is the main missing component. |
Yup, it would be a cool built-in. We just need a motivated and talented developer to implement it. You're welcome to try. |
Can this issue be closed now that there is |
yup, good point. thanks! |
microsoft just came out with a pretty cool IDE style completions menu for the CLI.
It would be amazing to have this as a built in menu type.
References
https://github.com/microsoft/inshellisense
The text was updated successfully, but these errors were encountered: