This VSCode extension adds a fun visual effect to your editor - when you delete text, the deleted characters fall with a physics simulation.
- Characters fall with simulated physics effects when text is deleted
- Start/stop the falling characters effect via the command palette
- Customize the style and behavior of falling characters
- After installing the extension, search for "Start Falling Characters" in the command palette and execute it
- Start editing text and observe the falling effect when deleting characters
- To stop the effect, search for "Stop Falling Characters" in the command palette and execute it
In the settings, you can customize the following options:
fallingChars.gravity
: Adjust the gravity effect (default: 0.001)fallingChars.maxCharacters
: Maximum number of falling characters that can exist simultaneously (default: 200)fallingChars.characterColor
: Color of the falling characters (default: "#cccccc")
Issues and pull requests are welcome to improve this extension!
MIT