SOURCE CODE: Mid-Level API

I personally use VS code on my MacBook only which I found to be the best way of all. Maybe vim is a better option but too much of a learning curve and thus I stuck to VS code.

Most of the tips are by following Jeremy’s advice itself: https://youtu.be/Z0ssNAbe81M?t=3809

In summary, here are the shortcuts most useful:

  • Search: cmd + t
  • Navigate to sub-command: f12
  • Returning back to where you originally were: ctrl + - (or ctrl + shift + - for going back forward)

Here’s a related topic on the forum as well: Examining source code with Visual Studio

3 Likes