Programming with white text on black background?

It’s actually white on black, or rather green or amber on black, that is the traditional way. I’ve used them all. 🙂 I believe that the use of black on white started in word processors, because it’s a lot easier on your eyes when you alternate between looking at the screen and looking at source … Read more

How can I maximize a split window?

You can employ Ctrl+WT (that’s a capital T) to move any open window to its own tab. As mentioned by others Ctrl+W_ / Ctrl+W| to maximize within the current tab/window layout (while respecting min height/width settings for various other windows). (Ctrl+W= resizes all windows to equal size, respecting the minimum height/width settings) Edit To the … Read more

How to switch between terminals in Visual Studio Code?

Go to File → Preferences → Keyboard Shortcuts or just press Ctrl + k + Ctrl + s. Then click the icon in upper right corner, it opens keybindings.json file: Try adding the following two entries to this file: { “key”: “ctrl+pagedown”, “command”: “workbench.action.terminal.focusNext”, “when”: “terminalFocus” }, { “key”: “ctrl+pageup”, “command”: “workbench.action.terminal.focusPrevious”, “when”: “terminalFocus” } … Read more

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