Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

An Xcode plugin that aims to make altering and inspecting code quick and easy.

License

NotificationsYou must be signed in to change notification settings

fortinmike/XcodeBoost

Repository files navigation

Build Status

An Xcode plugin that makes altering and inspecting Objective-C code quick and easy.

XcodeBoost automates some tedious operations such asextracting method declarations from definitions for insertion into a header file, addsline-based code manipulation (cut/copy/paste/duplicate/delete lines),persistent highlighting and more!

Contributions are welcome! :)

Symbol Highlighting

image

Notice the indicators in the scrollbar. They show where the symbols have been found in the current file, just like errors and warnings.

Method Definition and Signature Selection

image

Copy Method Declarations

image

Regex Match Highlighting

image

Paste Lines (with or without reindent)

image

Pastes the copied string after the selected lines, unlike Xcode's "Paste" and "Paste and Preserve Formatting" which paste everything at the exact caret position. No need to precisely position the caret; code will be pasted on the next line.

... and more!

Installation

  1. Install throughAlcatraz or download the source and build the XcodeBoost target, then restart Xcode.
  2. Assign keyboard shortcuts to XcodeBoost's menu items through System Preferences'Keyboard Shortcuts panel.
    • Manually:

      • Add Xcode.app in "App Shortcuts" if not already present.
      • For each XcodeBoost menu item that you wish to trigger using the keyboard, add a shortcut and fill the "Menu Title" field with the exact name of the menu item, like so:

      image

      • Suggested keyboard shortcuts:

      image

    • Automatically: Runosascript Shortcuts.applescript (which can be found in the root of this repo). The suggested keyboard shortcuts will be added automatically. Please wait until System Preferences'Keyboard Shortcuts panel automatically disappears.

Like the color theme in those screenshots?

You can also install theIrradiated color theme using Alcatraz.

About

An Xcode plugin that aims to make altering and inspecting code quick and easy.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors7

Languages


[8]ページ先頭

©2009-2025 Movatter.jp