Learning Rust, I didn't expect such a backstab

This page summarizes the projects mentioned and recommended in the original post on /r/ProgrammerHumor

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • prettier

    Prettier is an opinionated code formatter.

    They can be, we use Prettier in our department and for the most part I think it's useful. It can be annoying when it tries to break long lines down, combined with my own style of breaking a long line apart that makes more sense in my brain (text interpolation is the main time I run into this). So at this point, I just code how I would want to see it, put it all back on one horrendously long line, and commit and let the formatter handle it.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • vim-fibo-indent

    Fibonacci Indentation for Vim.

    Here

  • vim-sleuth

    sleuth.vim: Heuristically set buffer options

    At the end of the day I don't really care which a project goes with, I've always just used vim-sleuth to automatically set my tab key to input whatever the current file's indentation is.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to Install Prettier in Your Codebase and VSCode

    1 project | dev.to | 14 Aug 2024
  • How to prevent Prettier putting a full stop on a new line after a link

    1 project | dev.to | 13 May 2024
  • 🎆 THE BEST AND MOST USEFUL VSCODE EXTENSIONS 🎆

    3 projects | dev.to | 22 Feb 2024
  • Prettier: Change UseTabs to True by Default

    1 project | news.ycombinator.com | 28 Nov 2023
  • Static Analysis Tooling 🐍

    2 projects | dev.to | 4 Nov 2023

Did you konow that Vim Script is
the 31st most popular programming language
based on number of metions?