phpstorm
Here are 328 public repositories matching this topic...
JetBrains 系列软件汉化包 关键字: Android Studio 3.5 汉化包 CLion 2019.3 汉化包 DataGrip 2019.3 汉化包 GoLand 2019.3 汉化包 IntelliJ IDEA 2019.3 汉化包 PhpStorm 2019.3 汉化包 PyCharm 2019.3 汉化包 Rider 2019.3 汉化包 RubyMine 2019.3 汉化包 WebStorm 2019.3 汉化包
-
Updated
Dec 15, 2019 - HTML
JetBrains 系列软件汉化包 关键字: Android Studio 3.5 汉化包 CLion 2019.3 汉化包 DataGrip 2019.3 汉化包 GoLand 2019.3 汉化包 IntelliJ IDEA 2019.3 汉化包 PhpStorm 2019.3 汉化包 PyCharm 2019.3 汉化包 Rider 2019.3 汉化包 RubyMine 2019.3 汉化包 WebStorm 2019.3 汉化包
-
Updated
Feb 20, 2020
A smart and simple plugin that provides keyboard shortcut access for Dash, Velocity or Zeal in IntelliJ IDEA, RubyMine, WebStorm, PhpStorm, PyCharm and Android Studio.
-
Updated
Feb 28, 2019 - Java
This plugin is confused because .lando.yml files may contain a top-level key services:. It says "Missing argument", when in fact all is fine.
These files are not meant for Symfony at all. For example, in the Drupal 8 ecosystem, both Lando and Symfony can coexist without any problems.
For documentation, see https://docs.devwithlando.io.
Dontbug is a reverse debugger for PHP
-
Updated
Jun 4, 2018 - Go
A curated list of amazingly awesome PHPStorm plugins, resources and other shiny things.
-
Updated
May 10, 2020
Example:
I have a project that contains 3 sections - frontend, admin, api
Controllers and related code are placed in separate subfolders inside app folder:
frontend: \App\Http\Controllers
admin: \App\Admin\Http\Controllers
api: \App\Api\Http\Controllers
In my routes I declare this paths via 'namespace' and use short declaration of actions like 'DataController@action'.
What I would like to
Split the UI
- Other Settings
- Save Actions
- Activation: activate, file filter, epf (if java)
- Global Actions: global, build (if compile), execute
- Java Actions: java fixes
- Save Actions
Open a project with one of JetBrains' product.
-
Updated
Apr 10, 2019 - PHP
in the PDF of this repo as "Insert Live template" shortcut it say Alt + J instead of Ctrl + J
What steps will reproduce the problem?
Use this configuration for the queue component:
'queue' => [
'class' => \yii\queue\sync\Queue::class,
'db' => new \yii\helpers\UnsetArrayValue(),
'tableName' => new \yii\helpers\UnsetArrayValue(),
'channel' => new \yii\helpers\UnsetArrayValue(),
'mutex' => new \yii\helpers
Night owl theme / colour scheme for IntelliJ and Webstorm (or other Jetbrains IDEs). Includes dark and light mode
-
Updated
Dec 3, 2019 - Kotlin
phpStorm color scheme based on http://kkga.github.io/spacegray/
-
Updated
Feb 25, 2017
Syntax highlighting of Svelte components in WebStorm and friends
-
Updated
May 22, 2020 - Kotlin
Our wp-cli container's home page says 1.2.1 is the latest yet the tags show 1.5.1. This is not good for us if someone only looks at the main page and not the tags page.
Either we need to move to a fully-automated generation of these Docker main pages **or probably better since we can implement sooner we should remove the _"Supported tags and resp
Yaf、yar、yac、yaconf、Redis、Swoole、msgpack、xhprof等PHP框架或扩展在IDE下自动识别类、常量、自动补全方法名
-
Updated
Apr 22, 2020 - PHP
/**
* @ORM\Entity(repositoryClass=TrackerStatusRepository::class)
*/
class TrackerStatus
{
}
- Alt+Enter on
TrackerStatusalways hasadd repositoryQF if class is specified with constant - Find Usages of
TrackerStatusRepositoryshows that class is never used
PhpStorm Code Completion to CodeIgniter
-
Updated
Jan 24, 2020 - PHP
@lahmatiy I encountered a bug that open-in-editor does't work correctly when editor is emacs.
Background
reference:
aws-amplify/amplify-cli#1246
Bug summary
When aws-amplify/amplify-cli apply an option of add api, an error occurred as below.
Error: Command failed: osascript -e 'tell application "Terminal" to do script "cd /Users/chris/Projects/t
Parameter "index" doesn't work for Twig functions:
{
"registrar": [
{
"provider": "twig.round_methods",
"language": "twig",
"signatures": [
{
"function": "round",
"index": 1
}
]
}
],
"providers": [
{
"name": "twig.round_meSupport generics types in PhpStorm via psalm / phpstan docblock
-
Updated
May 21, 2020 - Java
Phalcon IDE Stubs
-
Updated
May 18, 2020 - PHP
Solarized UI and editor themes for IntelliJ IDEA, CLion, Rider, PyCharm, RubyMine, PhpStorm, WebStorm, Android Studio, DataGrip and GoLand
-
Updated
May 10, 2020
Improve this page
Add a description, image, and links to the phpstorm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the phpstorm topic, visit your repo's landing page and select "manage topics."


I like yoda for
3 === $foo(instead of$foo === 3), but I don't like yoda for3 === \my_method().The main reasons for yoda is to avoid accidental assignments which can not happen on method calls.
Is it possible to either only suggest yodo for variable comparisons or to make it configurable in which cases it is suggested?