Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

JustSid/AppCode-QuickLook

Repository files navigation

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:

  • UIImage
  • NSImage
  • NSBitmapImageRep
  • UIImageView
  • NSImageView
  • UIColor
  • NSColor
  • UIBezierPath
  • UIView classes
  • NSView classes
  • CALayer (iOS only)
  • NSURL
  • CLLocation
  • Custom classes that implement debugQuickLookObject and which return one of the above objects

Screenshot

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

QuickLook

License

The code is available under the MIT license

About

QuickLook for AppCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published