Dev Tools

18 cheatsheets covering vscode, Editor, Shortcuts, emacs, chatgpt and more

Editors, debuggers, package managers, API clients — your daily tools define your velocity. This category groups shortcuts and commands by tool, so you memorize less and look up more. Drill find / refactor / multi-cursor on your main tool to muscle memory first — that’s the highest ROI.

VSCode Cheatsheet - VS Code Shortcut Reference

High-frequency VSCode shortcuts covering the Command Palette, multi-cursor editing, file & code navigation, refactoring, debugging and Git integration. For developers who want to stop reaching for the mouse while refactoring and switching files — both macOS and Win/Linux keybindings are listed.

2026-07-2156 commands
vscodeEditorShortcuts

Emacs Cheatsheet - Emacs Shortcut Reference

Emacs keystrokes covering file & buffer operations, cursor movement and editing, search/replace, window management, keyboard macros and Org-mode, with the C/M prefix conventions explained. For terminal or no-GUI editing where Vim-style modal editing is not an option.

2026-07-2148 commands
emacsEditorShortcuts

ChatGPT Cheatsheet - AI Prompt Reference

Prompt-design patterns and templates for ChatGPT: role assignment, task framing and step breakdown, output-format constraints, few-shot examples and chain-of-thought steering — with common office, coding and writing scenarios. For turning vague asks into consistent, controllable model output.

2026-07-2135 commands
chatgptaiPrompts

Pandoc Cheatsheet - Document Conversion Command Reference

Pandoc conversion commands across Markdown/HTML/PDF/DOCX/EPUB interchange, Chinese PDF typesetting and fonts, custom templates and styles, slides and e-books, citations and math. For converting documents without re-keying content or breaking layout.

2026-07-2138 commands
pandocmarkdownDocument Conversion

Homebrew Cheatsheet - macOS Package Manager Reference

Homebrew commands for installing/updating/removing formulas, managing Cask GUI apps, starting and stopping services, switching to domestic mirrors, and inspecting dependencies and debugging broken installs. For keeping a macOS dev environment reproducible.

2026-07-2138 commands
homebrewbrewmac

XPath Cheatsheet - XML/HTML Selector Syntax Reference

XPath selector syntax: node paths, predicate filtering, axis navigation, string/functions and wildcard/logic, plus XML/HTML parsing and scraping patterns. For locating elements precisely in XML, HTML or config files without brittle regex.

2026-07-2134 commands
xpathxmlhtml

mitmproxy Cheatsheet - Packet Capture & Debugging Reference

mitmproxy commands covering startup modes and ports, flow filters, request/response interception and editing, Python script injection, and HTTPS certificate installation. For inspecting and mutating API traffic when curl or browser DevTools can't capture it.

2026-07-2137 commands
mitmproxyPacket CaptureProxy

Postman Cheatsheet - API Debugging Tool Reference

Postman operations covering request building, environment/global variables, test scripts and assertions, pre-request scripts and dynamic data, and collection runs with Mock servers. For debugging APIs beyond a single curl call.

2026-07-2135 commands
postmanapiDebugging

Chrome DevTools Cheatsheet - Front-end Debugging Reference

Chrome DevTools operations covering the Elements panel and DOM breakpoints, Console tips, Network analysis and request replay, Performance/Profiler flame graphs, and Application storage. For diagnosing layout, network and runtime issues in the browser.

2026-07-2154 commands
chromedevtoolsDebugging

Figma Cheatsheet - UI Design Tool Shortcut Reference

Figma shortcuts covering tool switching and frames, layer management and grouping, alignment and layout, component/style creation, view navigation and exports. For speeding up UI mockup work for designers and design-engineers.

2026-07-2150 commands
figmaDesignui

IntelliJ IDEA Cheatsheet - Java IDE Shortcut Reference

IntelliJ IDEA shortcuts covering code navigation, editing and refactoring, code generation and completion, run/debug and stepping, VCS/Git integration, and window layout. For Java/Kotlin developers who want to drive the IDE instead of the IDE driving them.

2026-07-2155 commands
intellijideajava

Sublime Text Cheatsheet - Text Editor Shortcut Reference

Sublime Text shortcuts covering basic editing and code folding, multi-cursor and bulk editing, quick navigation, search/replace, split windows and layout, plus snippets and autocompletion. For developers on a featherweight editor who still want serious editing power.

2026-07-2146 commands
sublimeShortcutsEditor

WebStorm Cheatsheet - Frontend IDE Shortcut Reference

WebStorm shortcuts (JetBrains keymap) covering editing and formatting, completion and generation, navigation/search, refactoring, running/debugging, Git integration and layout. For JS/TS frontend developers who want JetBrains-level tooling on the keyboard.

2026-07-2167 commands
webstormShortcutsjetbrains

PhpStorm Cheatsheet - PHP IDE Shortcut Reference

PhpStorm shortcuts covering PHP-specific code generation, Laravel/Symfony framework navigation, database tooling, debugging/run and static-quality checks. For PHP/Magento/Laravel developers who want framework-aware jumps from the keyboard.

2026-07-2147 commands
phpstormShortcutsjetbrains

Android Studio Cheatsheet - Android IDE Shortcut Reference

Android Studio shortcuts covering Kotlin/Java generation and navigation, the layout editor, Gradle build and sync, emulator keys, run/debug, and Logcat/Profiler panels. For Android developers whose loop is edit → build → run inside one IDE.

2026-07-2152 commands
androidShortcutsjetbrains

GitHub Cheatsheet - Code Hosting Platform Shortcut Reference

GitHub shortcuts covering global navigation, repo browsing and file search, code search, Issue/PR operations, code review and commenting, and Markdown editing. For moving around GitHub without lifting hands off the keyboard during review-heavy workflows.

2026-07-2150 commands
githubShortcutsgit

GitLab Cheatsheet - Code Hosting Platform Shortcut Reference

GitLab shortcuts covering global navigation, repo browsing and file search, code search, Issue/MR operations, review (MR approvals/threads) and Markdown editing. For teams on self-hosted GitLab who live in the review flow.

2026-07-2151 commands
gitlabShortcutsgit

Vite Cheatsheet - Vite Build Tool Command Reference

Vite build commands and config covering project initialization, the dev server, production build, environment variables, plugins, proxy and SSR builds, plus how its workflow differs from Webpack-era tooling. For scaffolding or maintaining a Vite-based frontend project.

2026-07-2144 commands
vitewebpackBuild Tools