Clayton Friesen
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
Clayton Friesen created a post, 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... -
-
Clayton Friesen created a post, 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... -
Clayton Friesen created a post, 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... -
Clayton Friesen commented, -
Clayton Friesen created a post, AnsweredEditor hides content with ellipsis
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?