Vscode: Linux/Mac: Navigate on text and files by mouse "prev/next" button

Created on 16 Nov 2016  ·  15Comments  ·  Source: microsoft/vscode

This feature already exists in the JetBrains products.

*duplicate electron feature-request keybindings upstream workbench-history

Most helpful comment

(re-posting from #8641 since there has been no reply there for a while)
The electron version of this bug has been closed as there already being a way to achieve mouse navigation functionality with electron. electron/electron#6996 (comment)
Could this be implemented in VSCode as well?

This is a severely annoying issue, given that it's a standard and habituated functionality in desktop applications. There should be no need for user configuration or shady workarounds, it should work by default.

All 15 comments

@FateNiki what OS are you on? we do have some support for mouse buttons 4 and 5 to navigate back and forth. But it might not work across all OS yet.

Hi, i use Arch Linux (Linux version 4.8.2-1-ARCH) with Gnome 3.22.1

ср, 16 нояб. 2016 г. в 17:11, Benjamin Pasero [email protected]:

@FateNiki https://github.com/FateNiki what OS are you on? we do have
some support for mouse buttons 4 and 5 to navigate back and forth. But it
might not work across all OS yet.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/Microsoft/vscode/issues/15561#issuecomment-260955801,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AByFa212C_Vxj76PlMDNfYiJ1a3WNMA9ks5q-w7pgaJpZM4Kzoyf
.

Right, looks like we only support it on Windows via https://github.com/electron/electron/blob/master/docs/api/browser-window.md#event-app-command-windows

Just checked JetBrains PyCharm 2016.3.1 on Mac OS 10.9.5, it works there.
Edit 2017-07-19: That's a Java feature :D

This feature would be really useful!

Can we get this working please!

Someone made this a while ago:
https://github.com/jostrander/mouse-forward-back

Any progress? This feature would be really useful

This is a no-go for many users, I was considering switching from PyCharm but lacking this feature highly reduces the efficiency in navigating through the code if you are used to it. The issue has been open since 2016s and I haven't even found a well documented work around for it yet.

On Mac you can bind those mouse buttons to execute some prev/next keyboard commands with BetterTouchTool.

This was already filed in few months before this issue: https://github.com/Microsoft/vscode/issues/8641

Still few years elapsed. No work or intention to fix this apparently.

(re-posting from #8641 since there has been no reply there for a while)
The electron version of this bug has been closed as there already being a way to achieve mouse navigation functionality with electron. electron/electron#6996 (comment)
Could this be implemented in VSCode as well?

This is a severely annoying issue, given that it's a standard and habituated functionality in desktop applications. There should be no need for user configuration or shady workarounds, it should work by default.

I have a feeling that these buttons used to work before on linux https://github.com/Microsoft/vscode/issues/71318

Am I wrong?

On Windows 10, it works on Visual Studio Code 1.35.1, but not on 1.36.0-insider. Did this feature have been removed or there is some bug?

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

Was this page helpful?
0 / 5 - 0 ratings