-
Notifications
You must be signed in to change notification settings - Fork 16
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
Shortcut for specific function #59
Comments
At the moment this isn't possible. Key bindings are tied to commands, and the conversion functions are not implemented as commands, they are just an item which is offered up in the pick-list. In order to do this we would need to register a separate command for each conversion so that folks could go in and manually bind them. I'd accept a PR for this. It would involve:
|
Hi, thanks for the extension. I'm commenting here because your suggestion above could be just what I need. I would also be using string to entities, and the reverse, to manually edit Report Builder rdl (xml) files. My problem is some entities (e.g. |
Couldn't you achieve this with args? We could create a keybinding and pass args to to it like "encode-string-to-url". |
I too exclusively use the STRING TO (DECIMAL) HMTL ENTITY and I do it very, very often; so really need a quicker way of doing this... |
Also - my thanks too for this package... |
Firstly, Thank you for the helpful package.
I use the string to html entities function the most, and I want to bind the ctrl+alt+c to do this string to HTML function only, to avoid the additional step to select the string to html.
How can I do that?
The text was updated successfully, but these errors were encountered: