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
Command Palette #5168
Comments
|
I would LOVE this - this would feel so slick and make Rstudio feel even more awesome. |
|
This would be so welcome. I just wanted to voice my support for this! |
|
@MilesMcBain Thank you for filing this Community request. Looks like it's pretty popular—30 minutes and already 9 thumbs up! I'll mark it as an enhancement, and the Note: when reviewing, we should review the original Community thread. |
|
This is a must. I frequently forget there isn't one and search for the binding for a command palette. Obviously I realise there isn't one. Further, Emacs mode bindings is simply just not Emacs if we don't have |
|
This would also be great for new users, as it allows the discovery of new features and shortcuts. Currently I have the hotkey for the command palette in VS code bound to RStudios addin browser, which works great but only for anything made by other people, not RStudio itself. |
|
This is a killer feature any IDE should offer and solves a lot of usability issues. |
|
That would be really really neat. As more and more RStudio functionalities are added, I too often find myself searching for the right menu entry or keyboard shortcut. Having a small textbox similar to the one for "Go to file/function", for instance, which would bring up the searched-for menu entry would boost productivity! |
This feature request appeared originally in this RStudio community thread: https://community.rstudio.com/t/ide-feature-request-rfc-command-palette/4402
I really love addins but you only have to install a handful before the 'Addins' drop down menu becomes a over-long and a drag to use. (🥁 )
A user's only option around this is to assign an addin to a key combination directly, but if we look in Tools -> Modify Keyboard Shortcuts we observe that RStudio already has many more commands than are featured in the default keymap. Key-bindings in R-Studio are a scarce commodity.
The way that other editors (E.g. Atom, Sublime, VSCode) deal with this situation is the 'Command Palette' -
A kind of command search box. VSCode's amazing extension ecosystem is facilitated in no small by part by its slick command palette, see: Visual Studio Code Command Palette. I would really love to see this feature in RStudio.
Related to #3447 in that it may make that enhancement obsolete.
The text was updated successfully, but these errors were encountered: