Multiple actions on one keyboard shortcut in vscode

It’s possible with extensions like Commands [Note: Created by the post’s author] settings.json “commands.commands”: { “down3”: { “sequence”: [ “cursorDown”, “cursorDown”, “cursorDown”, ], }, }, keybindings.json { “key”: “ctrl+w”, “command”: “down3”, }, Or with just keybindings.json { “key”: “ctrl+w”, “command”: “commands.run”, “args”: [ “cursorDown”, “cursorDown”, “cursorDown” ] }, Feature request to support Macro like keybindings … Read more

Shortcut for “move to left editor” and “move to right editor” in Eclipse?

The answer from Csaba_H is right : there is no keyboard shortcut to switch from one editor area to the next. The most you can do through keyboard shortcuts is to switch to “another editor”, whatever its area is (left, right, top, bottom… whatever you tiled the area into :p) through the usual shortcuts : … Read more

Cut line shortcut in Visual Studio Code (Ctrl+L in VS) (not delete line!)

What you are looking for is the Cut command: editor.action.clipboardCutAction It cuts (copies to the clipboard then deletes the line) either a selection or the entire line if nothing is selected. I tested it with vscode 1.23.1 On windows this command is bound to Ctrl + X as well as to Shift + Delete by … Read more

SVN key bindings not working in Eclipse

It may be due to this breaking change in Eclipse 3.6: http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.platform.doc.isv/porting/3.6/incompatibilities.html?view=co#objectContribution EDIT: Looks like it definitely is. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=309074. Here’s the fix: In the “Customize Perspective” dialog, go to the “Command Groups Availability” tab and check “Team” and “SVN”. In Eclipse Mars.2 (4.5.2) this is under Window->Perspective->Customize Perspective… dialog, “Action Set Availability” tab. (Try … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)