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

Vertical rulers in Visual Studio Code

August 29, 2022 by Tarik

Visual Studio Code 0.10.10 introduced this feature. To configure it, go to menu File → Preferences → Settings and add this to to your user or workspace settings: “editor.rulers”: [80,120] The color of the rulers can be customized like this: “workbench.colorCustomizations”: { “editorRuler.foreground”: “#ff4081” }

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

Open files always in a new tab

August 27, 2022 by Tarik

When you [single-]click a file in the left sidebar’s file browser or open it from the quick open menu (Ctrl–P, type the file name, Enter), Visual Studio Code opens it in what’s called “Preview Mode”, which allows you to quickly view files. Preview Mode tabs are not kept open. As soon as you go to … Read more

Categories visual-studio-code Tags visual-studio-code Leave a comment
Newer posts
← Previous Page1 … Page62 Page63

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