CF

Avatar
  • Total activity 17
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 2
  • Subscriptions 6
  • Created

    double shift not finding files that exist

    For a while now, when I do a double shift to find files, and I type a file name of “000015-forms.php” it shows no results.  The file “000015-forms.php” is a file that does exist.  In my laravel pro...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    phpdoc param, return, throws formatted different

    php-cs-fixer changes the phpdoc to be:/*** @param int $id** @throws \Exception** @return Collection*/public function getList(int $id): Collection phpstorm reformat code changes the phpdoc to be:/**...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    show list of files with phpdoc(param, return) and/or type declarations missing

    Is there a way to have phpstorm identify functions that have a mismatch or missing phpdoc (@param, @return) and function type declarations? I have a project that was started with php5 and I want to...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    ctrl alt L does not work with windows 11

    I recently change from Windows 10 to Windows 11.  When using Windows 10, i used CTRL+ALT+L and CTRL+ALT+O regularly. After changing to Windows 11, CTRL+ALT+O still works but CTRL+ALT+L does not.  T...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    set namespace on all files in folder and sub folders

    I have a folder in my project with sub folders. The PHP classes in these folders do not have namespacing and there about 750 class files. Is there a way in phpstorm to set the namespace on all clas...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Editor hides content with ellipsis

    Answered
    In phpstorm, when editing html or blade template, the editor hides the "style" attribute value only showing an ellipsis until I click on it to show the value.  How can I turn this off?
    • 3 followers
    • 4 comments
    • 3 votes