Skip to content

Copy Setting Path v1.0

Choose a tag to compare

@CrazyCoder CrazyCoder released this 22 Jan 16:02
· 71 commits to master since this release

Copy Setting Path — IntelliJ Platform Plugin

A plugin that copies the full navigation path to any UI setting in JetBrains IDE dialogs to the clipboard.

Features

  • Quick Copy — Ctrl+Click (Cmd+Click on macOS) on any setting to copy its path
  • Settings Dialogs — Copy paths like Settings | Editor | Code Style | Java
  • Main Menu — Copy menu paths like File | Manage IDE Settings | Export Settings
  • Project Structure — Full support for Project Structure dialog in IntelliJ IDEA
  • Configurable Separators — Choose from pipe (|), arrow (>), unicode arrow (), guillemet (»), or triangle ()

Highlights

  • Main menu path copying — Ctrl+Click on any main menu item to copy its full path (requires mouse interception enabled in Advanced Settings)

  • Adjacent value detection — Labels ending with : automatically include the adjacent component's value (e.g., Logger: Unspecified)

  • JTable support — Copy values from table-based dialogs like Registry

  • Settings group detection — Captures titled separator groups (Java, Kotlin, Groovy sections) in Settings panels

  • Non-intrusive mode — Optional setting to copy paths without activating UI components like checkboxes or buttons

  • Project Structure dialog — Complete paths including section names (e.g., Project Structure | Project Settings | Project | Language level:)

Compatibility

  • Minimum IDE Version: 2025.1+
  • Supported IDEs: All JetBrains IDEs (IntelliJ IDEA, PyCharm, WebStorm, GoLand, etc.)

Installation

  1. Download the plugin ZIP from this release
  2. Go to Settings | Plugins | ⚙️ | Install Plugin from Disk...
  3. Select the downloaded ZIP file