Michael

- Total activity 56
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 15
-
Edited xDebug with virtual hosts; how to configure?
Hi, I have a local apache2 server running with virtual hosts for each of my projects, ie. http://project1, http://project2. The virtual host root file path might be something like /media/user/proje... -
Edited Weird formatting and syntax highlighting in my react app
Trying to get into react. Setup react project using `npx create-react-app`. Project JavaScript Language is set to `React JSX`. When looking at some js files, I see a lot of syntax warnings, when I ... -
Edited Namespace autocompletion does not show interfaces
Hello, It's in the title. The namespace autocompletion shows classes (like implementations of the interface), but not interfaces themselves. So I have to type out the whole path. I can only assum... -
Created Debugging Vue app not working?
Hello, I run the Vue development server at localhost:8080. I select "Debug localhost:8080" from the Run menu. I set some breakpoints in my Vue component. I activate my debugging helper extension in... -
Created Project Navigation menu is misplaced
Ubuntu 20.04 PhpStorm 2020.2.2Build #PS-202.7319.77, built on September 23, 2020Licensed to Michael ####You have a perpetual fallback license for this versionSubscription is active until Septemb... -
Created PHPStorm does not recognize smarty closing tags correctly
Instead of marking the closing /block, it marks the closing /if. This makes it even harder to work with messy smarty templates. -
Edited HTML tags not indented on Blade templates
This is what my Blade template looks like after hitting `CTRL+ALT+L` as usual: I find some topics on this issue from 2014. Any suggestions? Michael -
Edited Showing quick documentation/method reference of symbol at caret
I'm refering to this article, under "Quick Documentation": https://www.jetbrains.com/help/phpstorm/viewing-reference-information.html "To view documentation for a symbol at caret, press Ctrl+Q" But... -
Created bootstrap.php not recognized as PHP file
In my /src folder, I have a file `bootstrap.php` which PHPStorm does not recognize as a PHP file, even if I create it using New->PHP File. If I create a file by the name bootstrap2.php, everything ... -
Edited "Structure" tree keeps collapsing
It's in the title; the method tree keeps randomly collapsing, mostly when I reload the page in my browser. I have no clue why this would be happening, but it gets annoying really quick. Also the st...