VS Code Marketplace Version Get Extension
Select smarter, not harder.
Select Better is a lightweight Visual Studio Code extension that allows you to quickly select intelligent text ranges under your cursor β including:
- β Full URLs (with or without Markdown wrapping)
- β Emails
- β
Localhost URLs and IPs (e.g.,
http://localhost:3000) - β
Extended variable names (
some_variable-name) - β Fallback to normal word selection when nothing matches
- π One shortcut to rule them all
- π― Detects and highlights the entire semantic unit under your cursor
- π§ Automatically trims trailing punctuation from Markdown or inline links
- π» Lightweight and fast β no dependencies or heavy tooling
- Move your cursor into or onto:
- A URL like
https://github.com/user/repo) - An email like
someone@example.com - A variable like
some-variable_name
- A URL like
- Press the keyboard shortcut:
- Mac:
Ctrl + Option + Shift + U - Windows/Linux:
Ctrl + Alt + Shift + U
- Mac:
- The full match will be selected automatically
You can change the keyboard shortcut by editing your keybindings in VSCode:
{
"key": "cmd+option+shift+u",
"command": "select-better.selectedExtendedWord",
"when": "editorTextFocus"
}Note: This README was generated using AI. I'm not good at making these look good, so enjoy.