search and replace camelCase to snake_case

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • vim-abolish

    abolish.vim: Work with several variants of a word at once

  • What is the vim-way of replacing for example a variable in camelCase with its snake_case variant? I have installed vim-abolish plugin of tpope and it provides mappings like crs for the word under cursor.

  • lh-style

    Vim Script library providing stylistic related functions

  • I provide two commands in lh-style on this topic.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • local_vimrc

    Per project/tree configuration plugins

  • snake is one of the possible naming policies. Several are hard-coded: snake, UpperCamelCase, lowerCamelCase, SCREAMING_SNAKE_CASE. Other can be configured (in local vimrc plugins for instance), and then used where we can expect it to make sense: member variables, local variables, static variables, types, getter...

  • RegExr

    RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions.

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