📜 ⬆️ ⬇️

JetBrains WebIDE - public build # 500

The quest “Ideal IDE for PHP” continues :) Over the past week from the previous build , two of the most popular features became available - PHPUnit and FTP, and of course we tried to correct as many errors as possible.

IDE
- the initial version of support for remote hosts - so far only FTP upload. (Planned: opening a remote project, auto-sync, SFTP / SSL / all kinds of cloud storage). Located in the Settings menu - Deploy & Run.
- New convenient bookmarks (F11)

Php
- initial version of PHPUnit support (for now only local launch)
- type inference has been added for the variable in “foreach (...)”, the array element “array [...]” and the ternary operator "?:"
- added search for using (Ctrl-Alt-F7) and renaming (Shift-F6) for global variables
- fixed search for usage and renaming for static class members
- various code formatting and commentary errors fixed
')
Loading Announcement

FTP PHPUnit

Source: https://habr.com/ru/post/71998/


All Articles