Michael

Avatar
  • Total activity 56
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 5
  • Subscriptions 15
  • 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...
    • 2 followers
    • 3 comments
    • 0 votes
  • 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...
    • 2 followers
    • 3 comments
    • 0 votes
  • 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.
    • 2 followers
    • 1 comment
    • 0 votes
  • 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
    • 2 followers
    • 1 comment
    • 0 votes
  • 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...
    • 2 followers
    • 1 comment
    • 0 votes
  • 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 ...
    • 2 followers
    • 1 comment
    • 0 votes
  • 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...
    • 4 followers
    • 8 comments
    • 0 votes
  • Created

    Moving namespaced classes with PSR-4 autoloader

    Answered
    Hi, I am using the PSR-4 autoloader folder structure in my project. If I move a class, ie. `EntityRepository` with namespace `vendor\infrastructure` from the folder `infrastructure` to `infrastruct...
    • 4 followers
    • 5 comments
    • 0 votes
  • Created

    Select template for new file

    If I want to create a new file, I can choose from a random list of templates. If I look under Settings>Editor>Files and Templates, I can see a list of available templates, but I don't seem to have ...
    • 3 followers
    • 3 comments
    • 0 votes
  • 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...
    • 2 followers
    • 6 comments
    • 1 vote