jangelsb / SublimeLike-Xcode-Extensions

Adds Sublime-like text manipulation to Xcode via an Xcode Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SublimeLike-Xcode-Extensions

Adds Sublime-like text manipulation to Xcode via Xcode Extension

app icon

Features:

  • Duplicate Selection(s)
  • Undo Last Multi Cursor
  • Convert Selection(s) to UPPERCASE
  • Convert Selection(s) to lowercase

TODO list:

  • Update Duplicate Selection(s) to work with multi-lined selections
  • Better icon lol
  • And more as I think of them

Installation

  • Download latest SublimeLikeAdditions package from the Releases.
  • Copy SublimeLikeAdditions to your Applications folder.
  • Launch SublimeLikeAdditions once. You can close it immediately afterwards.
  • Go to System Preferences > Extensions > Xcode Source Editor > select SublimeLikeAdditions

Setting Hotkeys in Xcode

  • Open Xcode
  • Go to Xcode > Preferences > Key Bindings
  • Type 'sublime' in search field
  • Assign + + + E to the Undo Last Multi Cursor command
  • Assign + Shift + D to the Duplicate Selection(s) command

About

Adds Sublime-like text manipulation to Xcode via an Xcode Extension


Languages

Language:Swift 100.0%