Choose folders to be ignored during search in VS Code

Temporary Exclusions From the search function, click the ellipsis to show the files to include and files to exclude text boxes. Enter any files and folder to exclude (separated by commas). Persistent Exclusions From menu choose File ➡️ Preferences ➡️ Settings ➡️ User/Workspace Settings and filter default settings to search. User settings will apply to … Read more

Is there a quick change tabs function in Visual Studio Code?

By default, Ctrl+Tab in Visual Studio Code cycles through tabs in order of most recently used. This is confusing because it depends on hidden state. Web browsers cycle through tabs in visible order. This is much more intuitive. To achieve this in Visual Studio Code, you have to edit keybindings.json. Use the Command Palette with … Read more

Show whitespace characters in Visual Studio Code

VS Code 1.6.0 and Greater As mentioned by aloisdg below, editor.renderWhitespace is now an enum taking either none, boundary or all. To view all whitespaces: “editor.renderWhitespace”: “all”, Before VS Code 1.6.0 Before 1.6.0, you had to set editor.renderWhitespace to true: “editor.renderWhitespace”: true

How can I switch word wrap on and off in Visual Studio Code?

Since v1.0 you can toggle word wrap: with the new command editor.action.toggleWordWrap, or from the View menu (*View** → Toggle Word Wrap), or using the ALT+Z keyboard shortcut (for Mac: ⌥+Z). It can also be controlled with the following settings: editor.wordWrap editor.wordWrapColumn editor.wrappingIndent Known issues: renderLineHighlight should highlight the entire logical line If you’d like … Read more

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