vscode-smart-clicks
vscode-smart-clicks copied to clipboard
[Feature] Triple click
Mac double click has a built in meaning, triple would be nice as an option.
There is no DOM API in VS Code extension, so it's not triggered by real "double clicks". Instead, it detects the selection change hand hijack the default behavior of VS Code. I am not sure if triple clicks are possible, but feel free to experiment.