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

Useful key bindings to implement when editing MATLAB files #52

Open
leele2 opened this issue May 30, 2022 · 0 comments
Open

Useful key bindings to implement when editing MATLAB files #52

leele2 opened this issue May 30, 2022 · 0 comments

Comments

@leele2
Copy link

leele2 commented May 30, 2022

I have found the following entry in the keybindings.json to be useful. Wondering if it would be beneficial to implement into the extension, similarly to what I have seen within an R adaption to VS code.

[
    {
        "key": "ctrl+enter",
        "command": "matlab-interactive-terminal.runMatlabSelection",
        "when": "editorTextFocus && editorLangId == 'matlab'"
    }
]

Sorry if this is the wrong section for a recommendation, I'm new to GitHub!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant