How can we save all files in (VSCode) like we do in Visual Studio

It doesn’t look like VS Code has a built-in single-press keyboard shortcut to save all open files on Windows. The simplest way would be to use the menu accelerators: ALT+F, followed by ALT+L. Alternatively, you can change the key binding by editing the keyboard preferences: Add the binding to the right half of the screen, … Read more

Keyboard shortcut to comment lines in Sublime Text 3

It seems a bug: http://www.sublimetext.com/forum/viewtopic.php?f=3&t=11157&start=0 As a workaround, go to Preferences->Key Bindings – User and add these keybindings (if you’re using Linux): { “keys”: [“ctrl+7”], “command”: “toggle_comment”, “args”: { “block”: false } }, { “keys”: [“ctrl+shift+7”], “command”: “toggle_comment”, “args”: { “block”: true } } Update: This also works on Windows 8 (see @Sosi’s comment)

IntelliJ IDEA jump from interface to implementing class in Java

Yes, On mac, it is Command + Option + B. You will need to move your cursor to the interface name before invoking the shortcut. I’m not sure what’s the shortcut in PC, for if you right click the interface name -> “Go To” -> “Implementations”… the shortcut is listed there. In Windows, it is … Read more

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