3

Xcode8 now officially support editor extensions, and forbids code injection, preventing previous extensions (served by Alcatraz for example) to execute.

It may be a dumb question, but I'm totally unable to find an answer:
Where can I search for existing Xcode8 extensions?

For example, with Alcatraz there was a panel in Window > Extensions, which presented a list with all available extensions. With Xcode 8.0 (official release) there is no such option.

In WWDC video, the guy talks abound downloading them from the mac App Store. But again, I'm unable to find a category or any one of them.

(note: I'm still on El Capitain)

Dominique Vial
  • 3,729
  • 2
  • 25
  • 45
Martin
  • 11,881
  • 6
  • 64
  • 110
  • I am searching for "highlight all occurrences of selected word" extension... – sabiland Oct 13 '16 at 11:23
  • You can search for "Xcode extension" and it returns some, but not all. "Developer Tools" is the overall category, but obviously that also lists a lot of non-extension stuff. – hnh Dec 20 '16 at 16:55
  • I guess I should write an Xcode extension that search for Xcode extensions into the App Store :) – Martin Dec 20 '16 at 20:43

2 Answers2

2

This is all I could find:

sabiland
  • 2,526
  • 1
  • 25
  • 24
1

The Xcode extensions can be found on the App Store, for example i have been able to find this one: Text Toolset

They have to be enabled after installing by going to the system preferences > extensions.

Overall they are really hard to find, as they do not have a separate category on the App Store.

Simon Epskamp
  • 8,813
  • 3
  • 53
  • 58