Phpstorm Tester

- 活动总数 117
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 14
- 订阅数 31
-
Phpstorm Tester 创建了一个帖子, Open a file Read-Only
Is there a way to open a file in Read-Only mode? (the file can only be viewed, not modified, while loaded in PhpStorm) Of course there is "Toggle Read-Only mode" (from File Properties, or the Loc... -
Phpstorm Tester 进行了评论, -
Phpstorm Tester 创建了一个帖子, 已回答Show "Commit date" date during Git > Show diff
Did a similar post in April, but it was not very clear. So, here we are again with a more direct example (in 2021.1.4, soon 2021.2). - Have a file and do (on Tab) Right-click > Git > Show diff- Or ... -
-
Phpstorm Tester 创建了一个帖子, Copying Settings from 1 project to another: the "After"
I have 2 different projects for 2 different clients, say P1 and P2, located at totally different locations in the FS. After making a lot of changes in the Settings of P1 (Inspections handling, synt... -
Phpstorm Tester 创建了一个帖子, Code Inspection: Parameter's name changed during inheritance
The inspection "Code Inspection: Parameter's name changed during inheritance" makes sense... if the parent method is not abstract . Defining an interface, for instance, like abstract protected func... -
-
Phpstorm Tester 创建了一个帖子, 已回答During "Commit changes", show the last Commit Date of the file to be commited?
Using Git / Commit in PhpStorm 2020.3.3 In the "Commit changes" page, the list of files candidate for a commit (top) appears. When I click on one of the files, the Diff is displayed (bottom) betw... -
-
Phpstorm Tester 创建了一个帖子, 已回答Change Inspection Warning → Error: cannot find that Inspection in the Settings...
Say I have a function with a mandatory parameter function f($param) { ...} and it's called somewhere like that f(); PhpStorm will show a warning at the '()'s . The Inspection details are Required ...