Sleepyinamerica

Avatar
  • Total activity 84
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 26
  • Created

    Changing specific lines' color change

    In my files I have some debugging codes, most of them 1 line per method.Although they are useful for debugging, I want them to be shown in a different way.Is it possible with intellij idea 13 beta,...
    • 2 followers
    • 3 comments
    • 1 vote
  • Created

    Debugging Android application by signing

    I want to run or debug my signed application with intellij.With intellij 132.784 "Allow to run/debug android application from atrifact" feature added. http://youtrack.jetbrains.com/issue/IDEA-88460...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Suppressing missing function warning

    In phpStorm 6, sometimes my php files use global variables and IDE gives warning.To suppress warnings for that file I add this to the top of file:/** * @var $myVariable1 string * @var $myVariable2 ...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Searching project files with some characters

    I use Windows-7 with Turkish language.I have a function named of "getIds".When I search with Ctrl+Shift+F "getIds" I find no results.When I search for "getids" I found the method.It seems like a Wi...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Code metrics

    Is there a tool/plugin for code metrics in PhpStorm ?Like complexity, line of code, comment to code ratio etc?
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Hide comments in "Find in Path"

    I use Custom scopes to limit "Find in Path" results. Most of the time it is great.But the results includes commented codes that includes the search phrase.Is it possible to commented lines from sea...
    • 3 followers
    • 2 comments
    • 0 votes
  • Created

    Autocomplete for custom helpers in CakePHP application's view files

    I use PhpStorm 6.0.2 and CakePHP 2.3.In my controller file I define this and get autocomplete for my custom components:    /**     * @property MysuperComponent $Mysuper     */Regarding to this, in ...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    Migrating PhpStrom 4 project to 6

    I use PhpStorm 4.0.1 IDE for my project.If I upgrade my IDE to PhpStrom 6.0.2, and use my project files in trial period, make some development in my code.Then if I change my mind and go back to v4,...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    PhpStorm 4 code auto completion

    I have a controller in CakePHP 2.2 application. I use PhpStorm 4.0.1 as IDE. In MyController.php file I declare this:    /**     * @property MyUtilComponent $MyUtil     */1. Inside my controller, w...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Ahref Links warnings in editor

    I'm sorry for such easy question.When I use this in phpStorm 4echo ' <a href  = "/mycontroller/myaction"> my controller action</a>inside my codes I get this warning:Cannot resolve directory 'myfold...
    • 2 followers
    • 1 comment
    • 0 votes