JustSid / AppCode-QuickLook

QuickLook for AppCode
15 stars 2 forks source link

Overview

Plugin that aims to provide similar functionality to Xcode's QuickLook debug renderer, which allows Xcode to render a plethora of values inline while debugging. A full reference of all the supported types supported by Xcode can be found here.

The plugin displays a QuickLook link in the debugger, clicking it will bring up the QuickLook content viewer.

Supported types

Right now this plugin only supports Objective-C. Furthermore, not all types supported by Xcode are supported in this plugin, however, these types are supported:

Screenshot

Words say more than 1000 words, so how about a super downsized gif?

QuickLook

License

The code is available under the MIT license