I am trying to get the integrated Jupyter environment up and running for my VSCode installation. I have the Jupyter extension enabled and can edit and run Python and Markdown cells without issue. However, none of the default keyboard shortcuts work when I am in edit mode. For example, in the below screenshot, I am trying to advance to the next cell using 'Ctrl+Alt+]' but nothing happens when I am in the editor. I believe the criteria for using the shortcut in the "when" column are met which is why I am confused. Am I not in the right context for the shortcut, or am I missing something?
https://imgur.com/a/HjIxAoX
I tried all the stated keyboard shortcuts, making my own keyboard shortcut, reinstalling the extension, looking for similar issues online. This issue does not appear to exist in the same form here.
Related
As shown in this screenshot there are 5 occurrences of the "Find" field. But hitting CMD-ENTER -as shown in the shortcut balloon help - does nothing.
Why is it not working/ what can be done to get it to to work? I detest using the mouse for extremely common operations especially Find/Replace.
It is a little odd that the binding is Cmd+Enter on the Mac, whereas it is Ctrl+Alt+Enter on Windows? Things to try:
The equivalent of Ctrl+Alt+Enter on the Mac (and you indicated that Cmd+Option+Enter does work).
Check in the Gear Icon/KeyboardShortcuts editor what the command editor.actions.replaceAll is bound to.
Check in the Keyboard Shortcuts (click on the little keyboard icon to the right and type Cmd+Enter) to see if it is bound to something besides editor.actions.replaceAll.
You can run the Developer: Toggle Keyboard Shortcuts Troubleshooting command from the Command Palette, type Cmd+Enter and see what command vscode finds for that keybinding.
You indicated that Cmd+Option+Enter does work as you expect.
When ever i open VsCode in my PC, It automatically higlights all the lines in that particular file. When i double click it selects the word i clicked on but as soon as I single click on the text it selects everything again.
I have tried Restarting VsCode and my computer but cant seem to figure it out.
Here is a loom to help understand what exactly the problem is
https://www.loom.com/embed/617f4e958e694a09a09fb3fa038649ce
The problem was that the SQL Tools extension was highlighting all the queries. so by simply disabling it in the VsCode settings the query highlighting stopped
SQL Tools Extension
I'm currently new to Spyder and I'm trying to get a feel for the shortcuts.
I have seen that you can actually create multiple code panes using split vertical/horizontal (in order to work on multiple code files), however I didn't find any shortcut to switch between the multiple code panels I had.
So, is there any shortcut to move my text cursor from A panel to B panel ?
(Spyder maintainer here) There's no keyboard shortcut for that, sorry.
Does jupyterlab ditch the Jupyter notebook editing and execution norms? I can not do the simplest action- that is to toggle into/out of the command mode using escape. Instead the notebook remains in edit mode on the current cell.
Generally I am also at a loss on how to navigate among the various tabs and to/from the Editor pane using keyboard only. An IDE must have strong support for keyboarding or it is the wrong one for me. Hopefully these shortcuts exist but I was unable to find them yet.
I am using VS Code with the excellent vscodevim extension. When I navigate to a code that has a Quick Action available I can ctrl + . to activate the drop down context menu.
Is there a way to select toggle through the list of available items using the keyboard - other then the arrows keys. As a point of information, within Visual Studio it is possible using tab, this does not work in VS Code.
Why? 'cause I love my MS ARC keyboard but I hate the rocker arrow keys.
This is a known issue for linux users using vscode with advanced shortcuts like vim extension in your case, for some reason quick fix contextual menu is unattached from vscode shortcuts which makes shortcuts not work. A really easy workaround to use with a graphical interface is HotKey.
HotKey > https://github.com/autokey/autokey for Linux and create your own shortcut.