XcodeBoost icon indicating copy to clipboard operation
XcodeBoost copied to clipboard

An Xcode plugin that aims to make altering and inspecting code quick and easy.

Results 19 XcodeBoost issues
Sort by recently updated
recently updated
newest added

That will be the correct (and only) way to extend Xcode going forward.

feature
high priority

If an error precedes an highlighted range and another follows it, Xcode's marks for those errors won't necessarily be drawn before and after our highlight mark in the scroller. This...

bug
up-for-grabs

- Multi-line method and function signatures. - Various method contents. - Symbol types. - ...

tests
up-for-grabs

At the moment, that implies tweaking: - Select Methods and Functions - Select Method and Function Signatures - Duplicate Methods and Functions - Copy Method and Function Declarations - Highlight...

feature

I wish there is such a feature where Shift + Enter would insert a new blank line under the current line regardless of where the cursor currently located and moves...

feature
up-for-grabs

Crashing Xcode: When trying to highlight the same thing twice (accidentally) then sometimes Xcode will crash other times it will highlight the same selection with the next color. (Haven't been...

bug

Some tracks: - [Friday Q&A 2014-01-24: Introduction to libclang](https://www.mikeash.com/pyblog/friday-qa-2014-01-24-introduction-to-libclang.html) - [Modern source-to-source transformation with Clang and libTooling](http://eli.thegreenplace.net/2014/05/01/modern-source-to-source-transformation-with-clang-and-libtooling/) - [Intro to the Clang AST](http://clang.llvm.org/docs/IntroductionToTheClangAST.html) - [LibASTMatchers Tutorial](http://clang.llvm.org/docs/LibASTMatchersTutorial.html) - [Matching the Clang...

enhancement

I was testing out the functions of this plugin, had the whole content of some file selected and tried the _Select Method and Function Signatures_ action. A few lines were...

bug