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

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

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

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

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

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.

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

Here's my IDE settings:-

Theme: Sapphire (Bright)

Plugins:

User Settings: