📖
System Design
  • Home
  • Learn System Design Daily
  • System Design Steps
  • List of design questions:
  • My System Design Interview Checklist
  • CheatSheet
  • Programming Language Jargons
  • Scaleable Design
  • Agile Scrum
  • Uber
  • Gmail System Design
  • Distributed Rate Limiting
  • Audio Search Engine
  • Code Style and Review
  • Calling App Design
  • Low Level Design: Payment Tracking App
  • Machine Coding :Cache
  • Interview Advice
  • URL Shortner
  • Unique ID in Distributed Systems
  • Load Balancing Algorithm
  • API Architecture
  • Desgin Practise for Rest API
  • Performance Practise for API
  • API Gateway
  • API Security Hacks
  • Distributed Design Patterns
  • Fault Tolerance in Distributed Systems
  • Microservice Communication Design Patterns
  • Zipping /Compression
  • Database
  • Mongo DB
  • SQL
  • PostgreSQL
  • Database Designs
    • Designing a location based database
  • Building Database
  • Design Patterns
    • Microservice Architecture 10 Design Patterns
    • Interaction Patterns
  • Locale.ai
  • Version Control
  • Caches / Caching
  • High Level Design
  • Low Level Design
  • Containers, Docker
  • Docker
  • Linux Directories
  • Design Pattern for Software Architect
  • S.O.L.I.D Principles
  • Monitoring and Telemetry for Production System
  • C4 model
  • LRU Cache
  • VSCode
  • Chatbot Architecture
  • Streaming API Repsonse
  • Latency in System Design
  • Cloud
    • Azure
    • AWS
  • Builds
    • Jenkins
Powered by GitBook
On this page

Was this helpful?

VSCode

Keyboard is Faster the Mouse

Shortcut

Explnation

Ctrl+P

Open the Command Pallete

Ctrl+P+ >

open the execute

Ctrl+P + @

List all variable and object in the file

Ctrl+Shitf +.

List all variable and object in the file

Ctrl+Shift + #

to find name of symbol across directory ,

type class name in camel case to search class name or function Name ie (#NAR for NextApiRequest)

Ctrl+P+ : 3

Line number to jump too

Ctrl+G

Line number to to go to ie :122

Ctrl+ arrowkeys

to move cursor word by word

Ctrl+D

select all match with selected string and Multiline Edit

Alt+ click

multiple cursor typing

Alt+arrow keys

To move the piece of code up or down

Alt+Shift+arrow to copy

to copy in multiple lines

ctrl+/

to comment the line again to uncomment

Ctrl+`

To open Terminal

Ctrl+K

to clear terminal

Extensions

  • Autocomplete Ending tag for HTML

  • Open Remote Repositories

  • Remote SSH

  • Remote Containers

PreviousLRU CacheNextChatbot Architecture

Last updated 4 years ago

Was this helpful?