Tag

code navigation

0 views collected around this technical thread.

macrozheng
macrozheng
Sep 23, 2024 · Fundamentals

28 Essential IntelliJ IDEA Tips to Supercharge Your Java Development

This guide presents 28 practical IntelliJ IDEA tricks—from viewing code history and adjusting memory settings to customizing keymaps, code inspections, Maven dependency visualization, and multi‑instance debugging—helping Java developers dramatically boost productivity and streamline daily workflows.

IDE tipsIntelliJ IDEAJava
0 likes · 13 min read
28 Essential IntelliJ IDEA Tips to Supercharge Your Java Development
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jun 24, 2024 · Frontend Development

Using click-to-react-component to Quickly Locate React Component Source Code

This article explains how to efficiently locate and edit React component source files in large projects by using the click-to-react-component tool, covering installation, demo setup, interaction shortcuts, and the underlying mechanism that maps DOM elements to source code via React fiber nodes and VSCode links.

BabelReactVSCode
0 likes · 9 min read
Using click-to-react-component to Quickly Locate React Component Source Code
Top Architecture Tech Stack
Top Architecture Tech Stack
Nov 16, 2023 · Backend Development

Essential IntelliJ IDEA Tips for Java Developers

This article presents a comprehensive collection of 28 practical IntelliJ IDEA shortcuts and configuration tricks—such as viewing local history, adjusting VM memory, adopting Eclipse keymaps, managing inspections, customizing templates, navigating code, and leveraging plugins—to dramatically improve Java development productivity.

IDE tipsIntelliJ IDEAJava
0 likes · 11 min read
Essential IntelliJ IDEA Tips for Java Developers
php中文网 Courses
php中文网 Courses
Jul 21, 2022 · Fundamentals

GitHub Shortcut Guide: Search, File Navigation, Code Reading, and Online Execution Tips

This guide presents practical GitHub shortcuts for quickly focusing the search box, navigating files, viewing changes, opening the command palette, reading code in the built‑in VS Code editor, launching projects with Gitpod, and exploring repositories, helping developers work more efficiently.

GitHubcode navigationdevelopment tools
0 likes · 2 min read
GitHub Shortcut Guide: Search, File Navigation, Code Reading, and Online Execution Tips
Code Ape Tech Column
Code Ape Tech Column
Oct 30, 2021 · Fundamentals

Customizing IntelliJ IDEA: Toolbar, Tooltips, Themes, Shortcuts, and More

This guide walks through a comprehensive set of IntelliJ IDEA customizations—including toolbar visibility, mouse‑hover documentation, method separators, case‑insensitive completion, theme selection, auto‑import, tab layout, font adjustments, documentation templates, code display options, shortcut remapping, comment styling, inspection levels, project view folding, window reset, history navigation, quick semicolon insertion, controller search, and brace matching—providing step‑by‑step settings and visual examples.

IDE customizationIntelliJ IDEATheme
0 likes · 8 min read
Customizing IntelliJ IDEA: Toolbar, Tooltips, Themes, Shortcuts, and More
Architect's Tech Stack
Architect's Tech Stack
Jun 10, 2021 · Backend Development

IntelliJ IDEA Tips and Shortcuts for Efficient Java Development

This article introduces a collection of lesser‑known but highly useful IntelliJ IDEA shortcuts and techniques—including custom keymap warnings, navigation shortcuts like ctrl+alt+h, alt+f7, bookmarks, code folding, and theme switching—to help Java developers read, navigate, and refactor code more efficiently.

IDE productivityIntelliJ IDEAJava
0 likes · 9 min read
IntelliJ IDEA Tips and Shortcuts for Efficient Java Development
Java Captain
Java Captain
May 1, 2021 · Fundamentals

IntelliJ IDEA Shortcut Keys Cheat Sheet

This article provides a comprehensive list of IntelliJ IDEA keyboard shortcuts, covering quick generation of main methods, printing statements, file saving, line deletion, navigation, searching, editing, and other productivity features to help Java developers work more efficiently.

IDE productivityIntelliJ IDEAJava development
0 likes · 7 min read
IntelliJ IDEA Shortcut Keys Cheat Sheet
Java Architect Essentials
Java Architect Essentials
May 1, 2021 · Fundamentals

IntelliJ IDEA Productivity Tips: Presentation Mode, Inject Language, Shortcut Keys, and Advanced Features

This article presents a collection of practical IntelliJ IDEA tips—including how to use Presentation Mode, inject language for JSON, move splitters with shortcuts, quickly add braces, perform bulk text edits, hide the navigation bar, locate classes, search symbols, and leverage structural search templates—to boost developer efficiency.

IDE shortcutsIntelliJ IDEAJava development
0 likes · 8 min read
IntelliJ IDEA Productivity Tips: Presentation Mode, Inject Language, Shortcut Keys, and Advanced Features
macrozheng
macrozheng
Jan 29, 2021 · Backend Development

Boost Your Java Productivity: Hidden IntelliJ IDEA Tricks You Must Try

Discover a collection of powerful IntelliJ IDEA shortcuts and features—including Presentation Mode, Inject Language, split‑pane navigation, automatic brace insertion, symbol search, structural search, and more—that help Java developers code faster, stay focused, and avoid common pitfalls.

IDE productivityIntelliJ IDEAJava development
0 likes · 9 min read
Boost Your Java Productivity: Hidden IntelliJ IDEA Tricks You Must Try
Qunar Tech Salon
Qunar Tech Salon
Apr 17, 2016 · Fundamentals

Using ctags with Vim for Source Code Navigation

ctags is a Vim-integrated tool that generates tag files to index source code elements such as functions, macros, classes, and variables, enabling developers to quickly locate definitions, declarations, and references across large projects, with installation instructions, configuration steps, and common navigation commands.

Vimcode navigationctags
0 likes · 4 min read
Using ctags with Vim for Source Code Navigation