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
notepad++ editor