Keyboard shortcut for Jump to Previous View Location (Navigate back/forward) in IntelliJ IDEA

I know Ctrl+Shift+Backspace is used to go to the location of the last edit. But I want to jump to whichever location I was most recently at, not necessarily one where I edited anything. For example, if I jumped to a declaration using Ctrl+B, then I want to go back to where I was before … Read more

How to select all instances of a variable and edit variable name in Sublime

If I select a variable (not just any string) in my code, all other instances of that variable get a stroke (white outline) around them: Is there a keyboard shortcut that will let me select all of those instances of the variable and edit them all at once? Things I’ve Tried: ⌘D, ⌘K, and ⌘U … Read more

Go to Matching Brace in Visual Studio?

Is there a way in Visual Studio 2008 to go from a closing brace to its opening brace? I’ve found a fair amount of stuff about highlighting the brace, but nothing about moving the cursor to it. (VB.NET version of this Question: Keyboard shortcut for Jumping between “If/End If”) 27 s 27 I found this … Read more

Collapse all methods in Visual Studio Code [duplicate]

This question already has answers here: How do I collapse sections of code in Visual Studio Code for Windows? (23 answers) Closed 2 years ago. In Visual Studio Professional, we have a shortcut key, Ctrl + M Ctrl + O to collapse all methods and properties in a class. How can I do a similar … Read more