Ignazio Calò

Avatar
  • Total activity 50
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 19
  • 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?
    • 2 followers
    • 4 comments
    • 3 votes
  • 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...
    • 1 follower
    • 2 comments
    • 2 votes
  • Created

    How to use the system variable $(SOURCE_ROOT) in the build configuration?

    I need to add an env variable that contains the current path of the project. With xcode we use "$(SOURCE_ROOT)/Unit Tests/ReferenceImages" as a value for the variable, but with AppCode the $(SOURCE...
    • 3 followers
    • 2 comments
    • 1 vote
  • Created

    Code analysis false error

    I'm analyzing my code and under  "Data Flow analysis / Context-Sensitive analysis" I found an error that say "Condition is always false"This is the related code: UserMessagesViewController *userMes...
    • 3 followers
    • 2 comments
    • 1 vote
  • 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...
    • 4 followers
    • 7 comments
    • 1 vote
  • Created

    Synch project and test package structure

    Answered
    hi, I like to keep the package structure in sync between the project and the tests. Is there any option to automatically keep them in sync?    thanks.
    • 3 followers
    • 1 comment
    • 0 votes
  • Created

    Why all the dark theme looks crappy?

    Is someone using a dark theme? I can only use the default `dracula` because all the other ones downloaded from here http://color-themes.com/?view=index looks very bad using Obj-c or Swift.   Thanks...
    • 3 followers
    • 1 comment
    • 0 votes
  • Created

    How to check a Swift type for a variable?

    Answered
    It there any way to check the variable type in a swift instruction like this? ``` let stomeThing = myObject.function() ```   Something similar to Xcode alt+click...
    • 3 followers
    • 1 comment
    • 0 votes
  • Created

    How to come back to the previous point ?

    Answered
    On xcode and AppCode the user can cmd+click on a name of a function or a property to jump directly to his declaration/implementation. On xcode, after that the user can "go back" with ctrl+cmd+<- or...
    • 3 followers
    • 2 comments
    • 0 votes
  • Created

    Rename method doesn't work as expected

    I'm using Appcode 3.3.1 Build n. 143 382Step to reproduce:1. Open an iOS project2. Select an Obj-c method3. Chose "refactor -> rename" from the contexual menu.4. Type a different name.5. Hit return...
    • 2 followers
    • 1 comment
    • 0 votes