"Did the thing I just did make the overall system easier or harder to change? Do it when you save a file. Do it when you write a test. Do it when you fix a bug." - David Thomas, Andrew Hunt in The Pragmatic Programmer
Installation
Open the Extensions View in VS Code:
Click on the Extensions icon in the Activity Bar on the side of the window.
Alternatively, use the keyboard shortcut:
Windows/Linux:Ctrl + Shift + X
macOS:⇧⌘X
Search and install the extension:
Search for Easy to Change.
Select it and click install.
Install:
Click the Install button.
Supported File Extensions
By default, EasyToChange supports editing the following file types:
.cpp
.cs
.go
.java
.js
.jsx
.kt
.php
.py
.rb
.rust
.swift
.ts
.tsx
.vb
Configuring Extra File Extensions
You can configure additional file extensions to support through VS Code settings:
Open VS Code settings.
Search for Easy to Change
Click edit in settings.json
Include extra extensions configuration in the file and save.