DEV Community

Cover image for Show off your Text Editor ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป
Sarthak Sharma 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!!

Top comments (28)

Collapse
 
bennettbackward profile image
Bennett Hardwick

I use Vim for VSCode with a Gruvbox themed Code at work with Angular / TypeScript specific plugins.

At home, I use a Gruvbox themed NeoVim with little plugins other than NeoVim Language Server Client. I can easily get completions for any language, go to and preview definitions - all in a "vim" kinda way.
f

Collapse
 
tailcall profile image
Maria Zaitseva

I'm one of those guys. Using Aquamacs.

It's deeper-blue theme shipped with GNU Emacs.

On different machines I have different sets of packages installed, but my must-haves are evil for vim keybindings, magit, best GIT GUI ever, and ag to use with the_silver_searcher, the best program for searching text in source code.

My config file: github.com/tail-call/.emacs.d/blob...

I use space-prefixed keybindings like in Spacemacs, and they're really fun to use and easy to remember, so if you're emacs+evil user, consider setting up some, too.

Collapse
 
jkreeftmeijer profile image
Jeff Kreeftmeijer

A screenshot showing Vim and a git diff in tmux, colored with appsignal.terminal's dark version.

Thatโ€™s NeoVim on the left and git on the right in tmux. I use Appleโ€™s Terminal.app, and an updated version of Vimโ€™s default colorscheme, combined with a terminal theme to set colors throughout the whole terminal. I wrote an article about my 16-color setup a while back, if youโ€™d like to learn more.

Collapse
 
bitbrain profile image
miguel

I use IntelliJ IDE with the following setup:

preview

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

Damn, I love vertical setups ๐Ÿ˜

Collapse
 
madza profile image
Madza

works, if you are not a tab beast xdd

Collapse
 
bauripalash profile image
Palash Bauri ๐Ÿ‘ป

Quick Edit : NeoVim

Kind Of IDE : VS Code

VSCode settings.json :

{
    "gitlens.advanced.messages": {
        "suppressCommitHasNoPreviousCommitWarning": false,
        "suppressCommitNotFoundWarning": false,
        "suppressFileNotUnderSourceControlWarning": false,
        "suppressGitVersionWarning": false,
        "suppressLineUncommittedWarning": false,
        "suppressNoRepositoryWarning": false,
        "suppressResultsExplorerNotice": false,
        "suppressUpdateNotice": false,
        "suppressWelcomeNotice": true
    },
    "liveServer.settings.donotVerifyTags": true,
    "liveServer.settings.port": 0,
    "cSpell.userWords": [
        "Gitlab"
    ],
    "python.linting.pylintEnabled": false,
    "python.pythonPath": "/home/palash/anaconda3/bin/python",
    "eslint.packageManager": "yarn",
    "workbench.colorTheme": "Abyss",
    "editor.fontFamily": "Fira Code",
    "editor.fontLigatures": true,
    "editor.fontWeight": "400", // Medium
}
Collapse
 
goyo profile image
Grzegorz Ziemonski

I recently had a mood for it, so I "solarized" my desktop and all the programs:

I'm using Hack as a font and Vim emulation for navigating the code. The rest is pretty standard.

Collapse
 
sarthology profile image
Sarthak Sharma

Used Hack before, great font.

Collapse
 
goyo profile image
Grzegorz Ziemonski

What made you switch then?

Thread Thread
 
sarthology profile image
Sarthak Sharma

A post from Addy Osmani. When he shared a screenshot of his texteditor and I fell in love with Operator Mono.

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
 
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
 
iankurbiswas profile image
Ankur Biswas

Here's my IDE settings:-

Theme: Sapphire (Bright)

Plugins:

User Settings:

Collapse
 
pawelsmolka profile image
Paweล‚ Smoล‚ka

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

Collapse
 
adnanrahic profile image
Adnan Rahiฤ‡

I'm pretty old-school. Using the Tomorrow Night Eighties theme. The only noticable extensions I use are Docker, Bracket pair colorizer and StandardJS. Everything else is default. :)

Collapse
 
sarthology profile image
Sarthak Sharma • Edited

Tomorrow Night Eighties, I use to love this theme.

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
 
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
 
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.