DEV Community

Mark Adel
Mark Adel

Posted on • Edited on

1 1 1

Fixing VS Code Go to Definition Issue on Linux Mint

After switching from Linux Ubuntu to Mint (Cinnamon) on my work laptop, I discovered that the Go to Definition functionality in Visual Studio Code, which uses Alt+Click, had stopped working.

This issue had been driving me crazy for weeks until I finally fixed it.

The problem was that Mint, by default, uses Alt+Click to move and resize windows, which was overriding and conflicting with VS Code’s Go to Definition functionality.

Solution

In Mint’s Windows Settings, change the “Special key to move and resize windows” from <Alt> to <Super>.

Top comments (1)

Collapse
 
tojacob profile image
Jacob Samuel G.

Thank you!!!!!!!!!!!!!!!!!!!!!!!!

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay