Agile software development using Kanban & Scrum. We code Flex & Ruby on Rails in Auckland, New Zealand.

  • Viewing all posts tagged "IDEA"

  • IntelliJ my Love

    An un-poetic ode to IntelliJ. Will be amended continuously.

    Auto-completion in comments

    Iteration Live Templates

    You type ‘iter’ and you get a live template:

    for each (var object:Object in myColl) {
    
    }
    

    And a caret over ‘myColl’ letting you pick from accessable itterable types.

    Nice!

    Color swatches when it “sees” web color strings

    Take a look at this image.

    Now if only it recognised 0xfefefe as well.