DEV Community

Zeeshan Ahmd
Zeeshan Ahmd

Posted on

My VS Code Setup

Extensions

Settings

{
  "customizeUI.titleBar": "inline",
  "window.titleBarStyle": "native",
  "explorer.openEditors.visible": 0,
  "editor.suggestSelection": "first",
  "editor.fontFamily": "FiraCode-Retina",
  "customizeUI.font.regular": "FiraCode-Retina",
  "customizeUI.font.monospace": "FiraCode-Retina",
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "terminal.integrated.fontFamily": "FiraCode-Retina"
}
Enter fullscreen mode Exit fullscreen mode

Top comments (2)

Collapse
 
alphaolomi profile image
Alpha Olomi

Check out Thunder client

Collapse
 
ziishaned profile image
Zeeshan Ahmd

Seems interesting thanks for sharing