We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8976c commit eae907aCopy full SHA for eae907a
CHANGELOG.md
@@ -4,11 +4,18 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
4
5
## Unreleased
6
7
+### Added
8
+
9
+ * **Experimental feature: `php-ide`** ([#709])
10
+ * Add `php-ide-phpactor` as simple IDE feature without LSP clients
11
+ * Add `php-ide-mode` minor mode for binding IDE-like features
12
13
### Removed
14
15
* No longer highlights `'link` in PHPDoc ([#724])
16
* Please use `goto-address-prog-mode` minor mode
17
18
+[#709]: https://github.com/emacs-php/php-mode/pull/709
19
[#724]: https://github.com/emacs-php/php-mode/pull/724
20
21
## [1.24.2] - 2022-11-13
0 commit comments