Setting up to handle / , Laravel Pint, Code Sniffer and CS_Fixer (not sure if this is needed with Laravel Pint). What is the best way to set this up so I don't have to set this up for every project? Tried to point to a globally installed version of each but wasn't able to easily do this.

Suggestions or a pointer to a tutorial would be fabuluous!

#phpstorm #Phpstan #larastan

Last updated 1 year ago

Matthias Andrasch · @mandrasch
262 followers · 676 posts · Server social.tchncs.de

hey users, please vote for "CSS class auto-completion for Tailwind does not work when using a remote Node.js interpreter (Docker/ssh)" 😭 🤓 youtrack.jetbrains.com/issue/W

#phpstorm #webstorm #ddev #docker #tailwind

Last updated 1 year ago

s0me_d00d · @somedude
25 followers · 606 posts · Server sfba.social

I just got my entire team hooked on and I'm really excited. I usually go for open source and/or free tools, but it seriously can't be beat (oh, I've tried).

#phpstorm

Last updated 1 year ago

Matthias Andrasch · @mandrasch
262 followers · 661 posts · Server social.tchncs.de

Anyone out there working with + + ?

Can't get autocomplete to work (Already installed ddev-integration plugins.jetbrains.com/plugin/1 and nodejs settings are handled by this plugin already, seems correct / fine)

But I don't get these suggestions:
jetbrains.com/help/phpstorm/ta Thx! 👋

#phpstorm #ddev #tailwind

Last updated 1 year ago

Symfony Station :symfony: · @symfonystation
704 followers · 3441 posts · Server phpc.social

PhpStorm live templates to automate the boring things. mglaman.dev/blog/phpstorm-live

#phpstorm #php

Last updated 1 year ago

Matt Glaman · @mglaman
324 followers · 295 posts · Server phpc.social
michabbb · @michabbb
40 followers · 775 posts · Server social.vivaldi.net

#phpstorm

Last updated 1 year ago

Ben Ramsey :enfys: · @ramsey
3524 followers · 8217 posts · Server phpc.social

Does have any tools to help with resolving merge/rebase conflicts? I’m not finding anything, but maybe I’m searching for the wrong terms.

#phpstorm #php

Last updated 1 year ago

Matt Wilcox · @mattwilcox
570 followers · 3304 posts · Server mstdn.social

Does anyone using or any of the editors know if you can stop this *absolutely crazy* code folding line-wrap behaviour?

I fold code to get it out of the way, and yet this is the only editor I've seen that then *moves the indentation of the block to become out-dented, and also spams the entire line with highlight and text*. It's awful.

#jetbrains #phpstorm

Last updated 1 year ago

Felix · @leobm
299 followers · 4424 posts · Server norden.social

@f4grx @mnl Especially in combination with you can make an extremely good developer experience with as a programming language. And I say that as someone who actually loves other programming languages more and sometimes smile at php a little myself.

#phpstorm #php

Last updated 1 year ago

Jaime Schmidt · @Jaime
68 followers · 113 posts · Server phpc.social

SUCCESS!!! Circle filter for me on my video! :D I thought i'd make quick video about the new AI in but turns out it just added me to a mailing list. Maybe another week soon!

Now what was I supposed to be doing? Oh yeah. Updating another website to Drupal 10.

#phpstorm

Last updated 1 year ago

Daniel 🐙 Deboer · @dandb
149 followers · 2908 posts · Server mas.to

It sure would be nice if could be configured to just use the closest phpunit.xml file.

Unless I'm doing something massively wrong, having multiple test roots is a giant pain in the ass.

#PHP #phpstorm

Last updated 1 year ago

scottkeckwarren · @scottkeckwarren
30 followers · 228 posts · Server phpc.social

I'm doing some /#laravel development on tonight. I'll be live at 9 PM Eastern (depending on kids' bedtime speed). I'm going to set up a remote development environment for using a @digitalocean@twitter.com droplet. I tried earlier this week and ran into some problems. twitch.tv/scottkeckwarren

#php #twitch #phpstorm

Last updated 1 year ago

Daniel 🐙 Deboer · @dandb
149 followers · 2882 posts · Server mas.to

2023.2 released!

#phpstorm

Last updated 1 year ago

Ben Ramsey :enfys: · @ramsey
3438 followers · 7781 posts · Server phpc.social

Is there an annotation I can add to a class stub that will tell that a readonly property is most certainly set in the constructor, so that PhpStorm quits complaining that “Typed property ‘foobar’ might be uninitialized?”

#phpstorm #php

Last updated 1 year ago

Took time today to start learning some of the tools. Typically I would have a terminal open in PHPStorm and do all that from the `cli`. Using PHPStorm, I was able to cleanup merge conflicts faster with more confidence, create better merge messages, and was sort of forced to fix some code analysis issues I was ignoring for awhile. Con: no aicommits… or is there? Though, using aicommits is probably a massive con in itself, not debating that one here, yet.

#phpstorm #git

Last updated 1 year ago

Skoop (Stefan Koopmanschap) · @Skoop
1170 followers · 2025 posts · Server phpc.social

The new UI so far is mostly confusing. Perhaps it takes some time to get used to, but it also behaves weirdly (or buggy)

#phpstorm

Last updated 1 year ago

Dmitri Goosens :elephpant: · @dgoosens
357 followers · 1173 posts · Server phpc.social

In last weeks episode of
@phpugly (best ),
@john reminded us about
Help > Productivity in

Excellent feature!

Wondering if there is a way to get stats about shortcut keys usage

and about the features that are often used but not through shortcuts

#php #podcast #phpstorm

Last updated 1 year ago

Dmitri Goosens :elephpant: · @dgoosens
355 followers · 1168 posts · Server phpc.social

one of my personal favorites
is an automatic breakpoint whenever an exception is thrown

this is easy as pie with @Xdebug

Simply add a "PHP Exception Breakpoint" that will suspend as soon as an Exception is hit

Once more, one can add conditions, for instance, the Exception's type or subtype
(@derickr just pointed out to me it does an `instance_of` check)

!

#brilliant #php #phpstorm

Last updated 1 year ago

Dmitri Goosens :elephpant: · @dgoosens
355 followers · 1168 posts · Server phpc.social

and there is more !!
click on "More"

and you will be able to:
- add additional logging info
- add statements that you want to evaluate when hitting the breakpoint
- only trigger the breakpoint if another breakpoint was hit
- make sure the breakpoint is only triggered once

@Xdebug rocks !

#php #phpstorm

Last updated 1 year ago