DEV Community

Discussion on: What Does Your IDE/Code Editor Look Like?

Collapse
 
rpalo profile image
Ryan Palo

My editor

  • VS Code (although I sometimes open Vim in the integrated terminal #yolo)
  • Fira Code
  • An Old Hope Theme
  • Zsh (although Bash and Powershell are pretty consistently in the rotation)
  • I have very strong love for ligatures

Also, I keep the Panda theme in rotation too!

Panda theme

Collapse
 
hrmny profile image
Leah

do you actually like powershell, or do you just use it because windows?

Collapse
 
rpalo profile image
Ryan Palo

I think it’s a neat idea! It puts object oriented programming into the command line, which is cool. I’m usually more quick/productive in Bash-y environments, but I enjoy powershell. It’s a gazillion times better than windows older command line environment.

Thread Thread
 
hrmny profile image
Leah

For me it takes the worst parts of a shell and a scripting language and combines them on top of some .net layer

I've written a bunch of scripts at work and I still despise it

Thread Thread
 
rpalo profile image
Ryan Palo

I wrote this post about it! I don’t know if it helps you, but it explains a bit better why I like it 😁

Thread Thread
 
simbo1905 profile image
Simon Massey

If you are stuck in a corporate windows build without a linux subsystem you can run Git Bash as the VS Code terminal dev.to/simbo1905/how-to-integrate-...

Collapse
 
mrksoftware profile image
Mirko Bellabarba

Hi, are you using Windows? If yes, how did you manage to install zsh? Thanks in advance :)

Collapse
 
rpalo profile image
Ryan Palo

If you’re on Windows 10, you can install Windows Subsystem Linux which is like a little mini Ubuntu or Debian (or some others) that live inside your windows install and play nicely. Vs code has a remote sessions extension that lets you use vs code as if you were inside that mini Linux, but with your Windows file system. It’s pretty great. If this isn’t quite enough detail, shoot me a DM here on DEV and I can help you get it set up! 😁

Thread Thread
 
mrksoftware profile image
Mirko Bellabarba

Oh thank you, got it! I’ll try in the following days and in case I have problems I’ll DM you! Thank you very much :)

Thread Thread
 
rpalo profile image
Ryan Palo

Good luck!

Thread Thread
 
vigneshthedev profile image
Vigneshkumar Chinnachamy

I tried to install zsh in wsl. But couldn't install the power line fonts for theming.

Thread Thread
 
dylantientcheu profile image
Dylan Tientcheu

I have 2 posts regarding this, you’ll be quickly setup

dev.to/dylantientcheu/improve-your...

dev.to/dylantientcheu/transforming...

Thread Thread
 
kjbetz profile image
Kristopher Betz

Thanks!