落尘之木
TO BE THE BEST!

PHP 开发 JetBrains PhpStorm v2022.1.2 for Win.Mac.Linux

PhpStorm 是 JetBrains 公司开发的一款商业的 PHP集成开发工具的利器。PhpStorm可随时帮助用户对其编码进行调整,运行单元测试或者提供可视化debug功能.
PhpStorm 的首次出现填补了 PHP 开发智能 IDE 的长期空白,它提供了必不可少的工具,如自动化重构、深层代码分析、联机错误检查和快速修复。基于众多尝试这款突破性 IDE 的开发者的反馈,PhpStorm 关注于更多的智能性、更好的代码质量保证,并支持最新的 PHP 趋势。

PHP 开发 JetBrains PhpStorm for Win.Mac.Linux

ENJOY
PRODUCTIVE PHP

PhpStorm deeply
understands your code.

Major frameworks supported

PhpStorm is perfect for working with Symfony, Drupal, WordPress, Zend Framework, Laravel, Magento, Joomla!, CakePHP, Yii, and other frameworks.

All PHP tools

The editor actually ‘gets’ your code and deeply understands its structure, supporting all PHP language features for modern and legacy projects. It provides the best code completion, refactorings, on-the-fly error prevention, and more.

Front-end technologies included

Make the most of the cutting edge front-end technologies, such as HTML5, CSS, Sass, Less, Stylus, CoffeeScript, TypeScript, Emmet, and JavaScript, with refactorings, debugging and unit testing available. See changes instantly in the browser thanks to Live Edit.

Built-in developer tools

Perform many routine tasks right from the IDE, thanks to Version Control Systems integration, support for remote deployment, databases/SQL, command-line tools, Vagrant, Composer, REST Client, and many other tools.

PhpStorm = WebStorm + PHP + DB/SQL

All the features of WebStorm are included into PhpStorm, and full-fledged support for PHP and Databases/SQL support are added on top.

Intelligent Coding Assistance

Hundreds of inspections take care of verifying your code as you type, analyzing the whole project. PHPDoc support, code (re)arranger and formatter, quick-fixes, and other features help you write neat code that’s easy to maintain.

Smart Code Navigation

Be the master of your codebase thanks to efficient, lightning-fast navigation features. The IDE understands where you want to go and gets you there instantly.

Fast and Safe Refactoring

Refactor your code reliably with safe Rename, Move, Delete, Extract Method, Inline Variable, Push members Up / Pull members Down, Change Signature, and many other refactorings. Language-specific refactorings help you perform project-wide changes in a matter of a few clicks, and can​ be safely undone.

Easy Debugging and Testing

PhpStorm is renowned for its zero-configuration Visual Debugger, providing extraordinary insight into what goes on in your application at every step. It works with Xdebug and Zend Debugger, and can be used both locally and remotely. Unit Testing with PHPUnit, BDD with Behat and profiler integration are also available.

Completion

Custom postfix completion templates

Postfix code completion has existed in PhpStorm since version 9, but only provided a limited number of predefined templates. PhpStorm 2018.2 takes postfix completion to the next level by allowing you to add custom postfix completion templates. Create templates to match your project and your personal coding style!

FQCN Completion

Completion now matches the namespace in addition to the element name. You don’t have to type or invoke completion for each part of \Illuminate\Auth\Events anymore – just type IAuE instead.

Refactorings

Move Instance Method Refactoring

PhpStorm already has the Pull Up/Push Down and Make Static/Move Static Method refactorings that help you move methods around. For handling the methods that cannot be made static or moved across the class hierarchy, PhpStorm 2018.2 introduces a refactoring that allows for moving an instance method to a parameter class or to a field class. Simply invoke the Move refactoring on a method declaration, and, if the new refactoring can be applied, you will see a dialog prompting you to choose the target class.

PHP Language

Structural Search and Replace

In PhpStorm 2018.2, we’ve completely reworked Structural Search and Replace for PHP, which offers lots of new capabilities and greatly simplifies patterns creation. Now you can specify the type of Structural variable, which lets you, for example, find a call to the specific method where the first parameter is a string. You can use a simple pattern to find a foreach loop with an unconditional return statement, or even create your own inspection that will capture an unnecessarily double-quoted string, if your code style enforces this.

Improved SQL Injections

In version 8, PhpStorm introduced basic support for string concatenations in Language Injections. The dynamic nature of the resulting strings and the strictness of the SQL parser caused a lot of false positive errors in SQL. In PhpStorm 2018.2, we’ve eliminated most such errors and introduced some new features, too. PhpStorm can now substitute the values of constants directly within the injected string, so you can run a query without copy-pasting their values. In addition, we’ve added support for SQL strings that use sprintf parameters.

New Inspections and Quick Fixes

PhpStorm 2018.2 delivers handy new inspections such as:

  • Extension is missing in composer.json reports usages of classes/functions/constants from PHP extensions which are not specified in composer.json
  • Non-canonical order of elements in PHPDoc reports tags such as @property, @param, @var, etc. that use a non-canonical order of elements e.g. name Type instead of Type name.
  • Optional parameter before required parameter detects situations when an optional parameter appears before required parameters in a function/method declaration.

Web Technologies Support

New JavaScript Intentions

To make you even more productive when working with JavaScript and TypeScript, PhpStorm has a bunch of new intentions that are available when you press Alt-Enter. Here are just some of them: Implement interface, Create derived class, Implement members of an interface or abstract class, Generate cases for switch, and Iterate with for..of.

Completion for events in Vue.js

In Vue templates, PhpStorm now provides code completion for events. Event names are suggested after v-on: or if you use the shorthand notation @event. There’s also code completion for event modifiers.

As usual, all the features and improvements of WebStorm are available in PhpStorm, either out of the box or with free plugins available in the repository. Other noteworthy web-related features include TypeScript 2.9 and 3.0 support, the new Code Coverage feature that helps to find unused code, extract and convert React component refactoring, new integrations with Angular CLI, global file watchers, rerun failed tests and other.

IDE Improvements

Updated UI

We’ve rolled out brand new icons and dark title bars on macOS. Furthermore, PhpStorm 2018.2 brings support for the MacBook Touch Bar! Run and debug your project, commit changes, and update the project right from the Touch Bar.

VCS

Version control comes with the following changes:

  • Easier resolve of merge conflicts
  • Enhancements in VCS Log tab
  • Browse repository at revision
  • Multiple GitHub accounts
  • Skip the Push dialog

Database Tools

Database tools in PhpStorm have been improved thanks to our colleagues from the DataGrip team:

  • New SQL formatter
  • Source code migrations
  • Query plan diagram
  • Custom data source

Other improvements:

  • Customizable value for $_SERVER[‘DOCUMENT_ROOT’]
  • Simple CodeSniffer/MessDetector setup
  • The new presentation for Quick Documentation
  • Allow renaming old style constructor to the new style
  • New Add @method tag quick fix for Undefined method
  • Add method quick fix now inserts parameter type hints
  • PHPUnit composite configuration
  • Jump outside closing bracket/quote with Tab
  • HTTP Client: Support environment variables in the request body
  • HTTP Client: Support formatting of POST request body
  • Docker: navigate from compose nodes and containers
  • Docker: wrapping words in Docker logs

Home Page: https://www.jetbrains.com/

下载地址

PHP 开发 JetBrains PhpStorm v2022.1.2 for Win.Mac.Linux
123云盘:https://www.123pan.com/s/PjcA-nDCRA
百度网盘:https://pan.baidu.com/s/16QyTFAR76oh1SQ-l0Q2IAw?pwd=ut7t 提取码:ut7t

软件历史版本下载 展开查看
赞(2) 赞赏
落尘之木公众号
版权声明:本文采用知识共享 署名4.0国际许可协议 [BY-NC-SA] 进行授权
文章名称:《PHP 开发 JetBrains PhpStorm v2022.1.2 for Win.Mac.Linux》
文章链接:https://www.luochenzhimu.com/archives/4302.html
免责声明:根据我国《计算机软件保护条例》第十七条规定:“为了学习和研究软件内含的设计思想和原理,通过安装、显示、传输或者存储软件等方式使用软件的,可以不经软件著作权人许可,不向其支付报酬。”您需知晓本站所有内容资源均来源于网络,仅供用户交流学习与研究使用,版权归属原版权方所有,版权争议与本站无关,用户本人下载后不能用作商业或非法用途,需在24小时之内删除,否则后果均由用户承担责任。

相关推荐

评论 3

评论前必须登录!

 

  1. #0
    Microsoft Edge 103 Microsoft Edge 103 Windows 10 Windows 10

    集成环境吗

    gxjk58882年前 (2022-06-25)
    • Safari 15 Safari 15 iPhone iOS 15.5 iPhone iOS 15.5

      可以的

      luochenzhimu2年前 (2022-06-25)
  2. #0
    Google Chrome 70 Google Chrome 70 Mac OS X 10.14 Mac OS X 10.14

    可以激活码?

    evenblack5年前 (2018-11-26)

您的支持将鼓励我们继续创作!

支付宝扫一扫打赏

微信扫一扫打赏