DEV Community

Discussion on: Which editor do you use when opening files like .bash_profile, etc?

Collapse
 
yaser profile image
Yaser Al-Najjar

Notepad++ ❤

I feel like VSCode is a bit too much for such files.

Collapse
 
mallenjenz profile image
mallen-jenz • Edited

Same here, using Moba term which gives a File Explorer like interface in ssh connections, opens file in Notepad++ on my PC then saves back to same opened from directory on the remote server

Collapse
 
ben profile image
Ben Halpern

Do you think this feeling is a matter of practicality and productivity or more of a personal taste/aesthetic/feelings?

Collapse
 
yaser profile image
Yaser Al-Najjar

Both actually 😁

VSCode has many extra features (side panel for git & file explorer).

But, notepad++ gives you just the text front of you so you can make changes or peek into the file as quick as possible... save & quit.

My thinking is generally like this: Do I need to open the whole folder and play with it?

  • Yes, open folder with VSCode
  • No, open that specific file with Notepad++.