Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

visual-studio-code

VSCode merge conflict options not displaying

September 15, 2023 by Tarik

If you still struggle with this issue try to turn off Git: Merge Editor flag.

Categories visual-studio-code Tags visual-studio-code Leave a comment

Remove Hover Tip Visual Studio Code

September 15, 2023 by Tarik

I also struggled with this, and finally submitted an issue to the vscode repo. Please try this: On the menu bar: File>Preferences>User Settings Add the following to your settings.json: “editor.hover.enabled”: false Save your settings.json and your issue should be fixed. Happy coding!

Categories visual-studio-code Tags visual-studio-code Leave a comment

How do you select a range of lines in Visual Studio Code?

September 14, 2023 by Tarik

I had to delete lines starting from line number 17158 through 1644546 which was nearly impossible to do if I used scrolling. So I followed 4 simple steps: Go the line where you want to start deleting (17158 in my case). Using keyboard, press Ctrl+G which opens a box to enter the line number to … Read more

Categories visual-studio-code Tags visual-studio-code Leave a comment

Move selected text to the left or right in Visual Studio Code

September 14, 2023 by Tarik

This feature has been implemented by a pull request some time ago. To use it you need to bind the editor.action.moveCarretLeftAction and editor.action.moveCarretRightAction actions in the keyboard shortcuts editor.

Categories visual-studio-code Tags visual-studio-code Leave a comment

How to spell check code and markdown within Visual Studio Code?

September 13, 2023 by Tarik

After testing a few of the extensions I’ve decided to use Code Spell Checker. It has a super useful shortcut CTRL+. that shows suggestions for spelling.

Categories visual-studio-code Tags markdown, visual-studio-code Leave a comment

VSCode debugger conditional breakpoints

September 11, 2023 by Tarik

Right click on an existing breakpoint and select “Edit Breakpoint…”, or right click on the breakpoint margin and select “Add Conditional Breakpoint…”. See the VS Code Debugging docs for details.

Categories visual-studio-code Tags visual-studio-code Leave a comment

How to stop copying the white space, on a blank line, in Visual Studio Code?

September 9, 2023 by Tarik

You should be able to do this by configuring the option editor.emptySelectionClipboard to false.

Categories visual-studio-code Tags visual-studio-code Leave a comment

How to disable angle bracket highlighting in Visual Studio Code?

September 9, 2023 by Tarik

You can search keyword highlight in setting, and you change Editor:Match Bracket to never, like this:

Categories visual-studio-code Tags visual-studio-code Leave a comment

How can I create templates for file extensions in Visual Studio Code?

September 9, 2023 by Tarik

There isn’t, not natively. But there is an extension called File Templates for VSCode that allows you to create your own file templates and generate from them. But I think you’d benefit from making an extension to do just that and maybe even more. In the meantime, you can use a snippet to generate this … Read more

Categories visual-studio-code Tags visual-studio-code Leave a comment

Don’t open Debug panel by default

September 8, 2023 by Tarik

It is now possible using the debug.openDebug User Setting. You can set it to either: neverOpen openOnDebugBreak

Categories visual-studio-code Tags visual-studio-code Leave a comment
Older posts
Newer posts
← Previous Page1 … Page16 Page17 Page18 … Page63 Next →

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa