This Xcode Plugin (and all others) cannot work with Xcode 8 and above. If you care deeply about Xcode plugins such as this, please (PLEASE!) file Radars to Apple asking for the XcodeKit API to expand to allow support for extensions like this one.
BetterConsole is an Xcode plugin that makes file paths shown in Xcode console clickable. This plugin works great with failure messages generated by Cedar (a testing framework).
-
rake installor build from XCode -
Restart Xcode
(Plugin can be uninstalled by removing BetterConsole.xcplugin from
~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins)
-
/Users/cppforlife/workspace/BetterConsole/BetterConsole.m:46is an absolute path -
*FibonacciCalculator.m:7will search for file namedFibonacciCalculator.min the current project directory and its sub-directories
-
clickopens file in the last focused editor area -
Option+clickopens files in the adjacent editor area -
Red, green, yellow and cyan ANSI colors are respected
