XcodeBoost
XcodeBoost copied to clipboard
An Xcode plugin that aims to make altering and inspecting code quick and easy.
That will be the correct (and only) way to extend Xcode going forward.
See #47.
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...
- Multi-line method and function signatures. - Various method contents. - Symbol types. - ...
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...
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...
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...
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...
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...