PhpStorm

110 readers
6 users here now

A community for the PhpStorm IDE for PHP developers! https://www.jetbrains.com/phpstorm/

Copyright Β© 2024 JetBrains s.r.o. PHPStorm and the PHPStorm logo are registered trademarks of JetBrains s.r.o.

founded 2 years ago
MODERATORS
1
2
 
 

Looks like I'm out of the @phpstorm open source licence program, because they only support projects now that are "widely recognized in the developer community". πŸ˜”

3
 
 

Is there an easy way to get into @phpstorm's "git merge and conflict resolution" UI if you've started the merge or rebase on the CLI? PhpStorm appears to be aware I'm in the middle of a merge, but opening the files directly just shows the inline <<<< >>>> text markers and not the nice conflict resolution view.

4
5
 
 

@phpstorm "Local History" saves my *ss for a second time after I "reset hard" my git repo in the wrong folder containing quite some uncommitted code.

6
7
 
 

:phpstorm: this ticket could do with some πŸ‘ votes for those using @phpstorm and desire hook autocompleting for #drupal 11’s new OO hooks https://youtrack.jetbrains.com/issue/WI-79926/Support-for-suggestions-autocomplete-for-Drupal-OOP-hooks

8
 
 

Just had a discussion on our PHPeople Austria Discord Server about this example in @phpstorm

When already using the Bar class, the default behavior seems to be that Quz is used like this (Bar\Baz\Quz) instead of adding another use statement.

Intuitively I'd prefer to just add an import (/use) for the FQN of a class, in any case by default, but it seems there is no setting to achieve this.
Wonder why...do most people prefer the version in the image?

9
10
11
 
 

It’s great to see jetBrains communities here.

12