Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 97355

Is it possible to make vs code (files-folders)tree view like notepad++?

$
0
0

I am using vs code for a long time. But I hate this tree view system. In vs code when I hover on the sidebar it shows a sideline to the exact line Otherwise it's always hidden or I don't like this. It's hard to manage files/ folders. In notepad++ it's easy to manage files and folder. It always shows dot lines.

much better like this

├─ app
|  └─ main.js
├─ src
|  ├─ main.ts
|  └─ tsconfig.json
└─ package.json

Instead of this

  app
    main.js
  src
    main.ts
    tsconfig.json
  package.json

[NOTE] Is there any way to make vs code tree view like notepad++? I was searching for it many times but nothing found.

vs code editor

enter image description here

notepad++ editor

enter image description here


Viewing all articles
Browse latest Browse all 97355

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>