Smart End Key is a Visual Studio Code extension that enhances the behavior of the End key.
Instead of always jumping to the very end of the line, it toggles between:
The last code character of the line (ignoring inline comments and trailing whitespace).
The true end of the line (after comments and spaces).
This makes navigating code with inline comments much faster and more intuitive — similar to how Smart Home toggles between the start of the line and the first non‑whitespace character.
✨ Features
Press End once → cursor moves to the end of the code (before inline comments).
Press End again → cursor moves to the actual end of the line.
Works with multiple cursors/selections.
Supports common inline comment markers (//, #, --).