Ignazio Calò
- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 19
-
Created Run External tool on filesave
I configured an "external tool" to run clan-format and format the code with the company's default configuration file.Is there any way to automatically run it when the file is saved?thanks.Attachmen... -
Created Multiple cursors with keyboard
I'm using AppCode and I found the multiple cursos function very handy.I know that i can "generate" multiple cursos using the shortcur option-shift and drag with the mouse, but I'm looking for a way... -
Created shortcut for right click
There is a shortcut to simulate the right click on a line of code? It should be very handy to open the contextual menù without leave your hand from keyboard.thanks. -
Created Code vertical alignment
Hi, i'm looking a way to simulate this xcode plugin (https://github.com/qfish/XAlign) functionality inside AppCode 3.0. Any Idea? -
Created Reformat code and empty lines
I configured appcode to use maximun one empty line inside the code (see images).But when i reformat my code the empty lines are not removed.Any advices?this is the code after the reformatting. -
Created delegate method aren't "not used"!
I really like this functionality of Appcode, show me when a method is not used is a great info to discover dead code or code smell...but when you implment some protocol like UITableViewDelegate, yo... -
Created "Optimize import" remove my header too
When i run the "header optimization" in a .m file, appcode remove even the import for the header of the same class.I.E. i have a class like Person splitted on "Person.h" and "Person.m". Inside "Per... -
Created Auto create methods
Is is possible with appcode auto-generate a new method when call it?So when i write[myobject mynewmethod]i can create a new method like-(void)mynewmethod {}; thanks -
Created Goto symbol in current file.
hi! i'm looking for a best shortcut to navigate between methods/symbols in my current file.Cmd+Alt+O is a great shortcut, but is search in all projects so is a bit dispersive.Actually i use two way... -
Created how to change higlighting?
hi,when your caret is inside a variable name appcode higlight all the occurrence of the same variable. It's a nice features but i want to change de default color higlighting.can someone can tell ho...