LoginSignup
36
34

More than 5 years have passed since last update.

Xcode8のSource Editing機能の変更まとめ

Last updated at Posted at 2016-09-14

はじめに

Xcode8で色々と新しい機能が加わりましたね。
Swiftやデバッグの新機能などは目立つのですが、今回はあまり日の目をみないコーディング時に役立つ機能(Source Editing)を簡単に試してみたのでご紹介。

紹介するところはここ

  • Swift Language
  • Signing
  • Capabilities
  • Interface Builder
  • Asset Catalogs
  • Source Editing👈
  • Debugging
  • Instruments
  • Testing
  • Documentation
  • Source Control
  • Xcode Server
    さらに詳しく見たい場合→What’s New in Xcode

拡張機能の開放(App extension for the Xcode source editor to enable developer plug-ins)

XcodeのSource Editorを拡張する機能が作れるとのこと。
詳しくはXcode Source Editor Extension を使った Xcode プラグインの作り方/Developers.IOを参考にして下さい。

ドキュメンテーションの自動挿入(Auto-creation of documentation for Swift and Objective-C code)

プラグインでやってたことが標準で出来るようになりましたって感じですね。
『option+command+/』で華麗にキメてください。
JdJ2S12loH.gif

カーソル行のハイライト(Current line highlighting)

地味に便利なやつ。 ここもプラグイン入れてましたね。
Xcode > Preferences > Font & Colors から設定可能。
スクリーンショット_2016-09-14_8_33_03.jpg

ColorとImageの直入力(Color and image literals in Swift code)

画像の方が上手く動かなかった...:sob:
YIuLrqC19S.gif

画像の入力補完(Code completion for images)

スクリーンショット 2016-09-14 11.01.05.png

おわり

さらに知りたい人はXcode 8 Relase Notesを見るといいですね。

今までこれらの機能をプラグインで提供してくれた人ありがとう:pray::pray::pray:

36
34
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
36
34