DEV Community

Cover image for Show off your Text Editor 👨🏻‍💻
Sarthak Sharma Subscriber for XenoX

Posted on

Show off your Text Editor 👨🏻‍💻

or IDE

Last week we had Show off your Todo List. This week lets inspire each other by showing off our Text Editor and IDE.

Just copy and paste the following format in your comments:

Screenshot:

Theme preference 1: An old hope classic

Theme preference 2: Cobalt 2

Plugins:

List of other themes and extensions I use.

User Settings:

Check out the font and other user settings

Other tips (if any):

  • Check out this post.

Let's Go

So let's get started guys.
Go go go!!

Latest comments (28)

Collapse
 
lucasprag profile image
lucasprag

I also have some space mappings like spacemacs/spacevim/doom-emacs

vim

Collapse
 
lucasprag profile image
lucasprag

ah yeah, I use Alacritty instead of iterm or terminal.app because it's GPU accelerated

Collapse
 
aris profile image
Aris Ripandi

This is my setup:

VSCode Setup

I'm using SF Mono or Fira Code font. Extensions list and example configuration available here.

Collapse
 
parshirahul profile image
Rahul Parshi

It's a nice show off.. you are using 'paste and indent' extension instead of it you can use 'prettier' which is an awesome extension and when you save any file it automatically indents everything.

Collapse
 
sarthology profile image
Sarthak Sharma XenoX

Thanks man, but I am already using prettier with ESlint and TSlint. 😊

Collapse
 
parshirahul profile image
Rahul Parshi

Ok. Is 'paste and indent' performs anything which prettier can't do.

Ps: I am just interested in extensions it will makes life simple.

Thread Thread
 
sarthology profile image
Sarthak Sharma XenoX

Not sure. Don't use Paste and Indent any more.

Collapse
 
joehobot profile image
Joe Hobot

Put Some Smile

Collapse
 
sarthology profile image
Sarthak Sharma XenoX

Now that’s called true Show off 😂😂

Collapse
 
tvanantwerp profile image
Tom VanAntwerp

I'm using VS Code on a vertical monitor so I can write way too much in a single file. Material Theme with default settings. Bracket Pair Colorizer, Better Comments, and indent-rainbow to make things even easier to read.

VS Code vertical

Collapse
 
sarthology profile image
Sarthak Sharma XenoX

Damn, I love vertical setups 😍

Collapse
 
madza profile image
Madza

works, if you are not a tab beast xdd

Collapse
 
ross profile image
Ross Creighton

I use vim in the Mac terminal app + tmuxinator. Love being able to stay in the terminal for most things. All config available here: github.com/rosscreighton/dotfiles

vim + tmux

Collapse
 
sobolevn profile image
Nikita Sobolev

VSCode

vscode

The theme is called ayu. It is awesome!

It is configured the way I like it, here's the full list of settings that I am using.
And I prefer to have a minimal set of plugins.

You can find everything inside my dotfiles repository.

sobolevn / dotfiles

dotfiles for the developer happiness: zsh, brew, vscode, python, node, elixir

sobolevn's dotfiles

sobolevn's dotfiles

Contents

What's in there?

  • all my brew dependencies including: applications, fonts, etc. See Brewfile
  • all my macOS configuration. See macos
  • all my python dependencies. See python/
  • all my shell configuration. See shell/ and config/zshrc
  • all my vscode configuration. See vscode/

Installation

We are using dotbot to handle any installations. Steps:

  1. Clone this repo
  2. cd into dotfiles/ folder
  3. Run: ./install

CLI

I am using both hyper and Terminal App as terminal emulators I am using zsh with oh-my-zsh as a main shell I also have a lot of tools to make my working experience better Here are some good articles I wrote about my environment:

I mainly work with three stacks:

  • python
  • node
  • elixir

So, they are configured nice and smoothly. You will have configured version managers, best practices, and useful tools. And some productivity hacks!

I also have php

Collapse
 
vonheikemen profile image
Heiker • Edited

I use Sublime text only with the status bar enabled by default.

UI Theme: Adaptive (one of the default themes)
Color scheme: Night Owl

code screenshot

Plugins (at least the most important)

Keymaps and other configs I keep them here.

Collapse
 
bitbrain profile image
miguel

I use IntelliJ IDE with the following setup:

preview

Collapse
 
pawelsmolka profile image
Paweł Smołka

Spacemacs in evil-mode with enabled transparency. Packages I use are visible on screenshot.