What IDE refactoring/code generation features do you like, or use, the most?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Tsepepe

    C++ refactoring utilities

  • Since I started to use interfaces heavily, I found myself repeating the same scenario multiple times: create a header with an interface, go to the implementor class, extend its base-clause, add include, put overrides, ... The same goes for creation of a function definition from a declaration. Therefore, I decided that I would like to automate this, so I have started developing: Tsepepe - a set of command line tools, which solve the aforementioned problems.

  • TsepepeVim

    Vim plugin which provides basic C++ refactoring utilities

  • As I am a vimmer, and to make use of the toolset, I have implemented TsepepeVim, a Vim plugin, an utilizator of the toolset.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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 implement a custom code modification (LSP vs TreeSitter)

    2 projects | /r/neovim | 16 Apr 2023
  • New Plugin: splitjoin.nvim 🪓🧷

    5 projects | /r/neovim | 18 Feb 2023
  • line split Vim in Vscode

    1 project | /r/vim | 12 Feb 2023
  • New Plugin Preview! Treesitter Node Action

    6 projects | /r/neovim | 6 Jan 2023
  • React one-line props into multiple lines?

    1 project | /r/neovim | 1 Aug 2022