Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Objective-C h/m SwitcherNew to Visual Studio Code? Get it now.
Objective-C h/m Switcher

Objective-C h/m Switcher

alexzhang

|
51 installs
| (0) | Free
Quickly switch between Objective-C .h and .m files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Objective-C Header/Implementation File Switcher

This is a visual studio code editor plugin for quickly switching between Objective-C header files (.h) and implementation files (.m/.mm).

All code and descriptions were created by AI.

Features

  • Quickly switch between .h files and corresponding .m/.mm files
  • Automatically detect .m or .mm files
  • Supports right-click menu and shortcut key operations

Usage

When editing an Objective-C file (.h/.m/.mm), you can switch to the corresponding file via:

  1. Using shortcuts:

    • macOS: ctrl+cmd+down
  2. Through the command palette (Cmd+Shift+P or Ctrl+Shift+P), search and execute the "Switch to corresponding .h/.m file" command

  3. Via the editor right-click menu, select "Switch to corresponding .h/.m file"

Installation

  1. Open the Extensions panel in the Cursor editor
  2. Search for "Objective-C Switcher"
  3. Click Install

Build Instructions

If you want to build this extension from source:

  1. Clone the repository
  2. Run npm install to install dependencies
  3. Press F5 to start a debug session

License

MIT

About

This plugin aims to improve Objective-C development efficiency by avoiding the hassle of manually switching between header and implementation files. Hope it brings convenience to your Objective-C development!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft