Skip to content

Commit e33fed5

Browse files
committed
Update CHANGELOG
1 parent 31a9735 commit e33fed5

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,25 @@
22

33
All notable changes of the `phpstan.el` are documented in this file using the [Keep a Changelog](https://keepachangelog.com/) principles.
44

5-
<!-- ## Unreleased -->
5+
## Unreleased
6+
7+
### Added
8+
9+
* **[experimental]** Add new `phpstan-hover.el`.
10+
* Add `phpstan-hover-mode` minor mode to show PHPStan type info at point without publishing diagnostics to Flycheck/Flymake.
11+
* Hover support for variables, assignments, function/method/static calls, constants, class constants, `return`, `yield`, and `yield from`.
12+
* PHPDoc type collection in hover data and display integration when available.
13+
* Add `phpstan-hover-show-kind-label` custom variable to toggle verbose labels like `return:` / `yield:` in hover text.
14+
* Add `phpstan-hover-message-prefix` custom variable preset choices, including emoji labels.
15+
* `phpstan-copy-dumped-type` now prefers PHPDoc type from hover data by default, and can copy non-PHPDoc type with a prefix argument (<kbd>C-u</kbd>).
16+
17+
### Changed
18+
19+
* `phpstan-copy-dumped-type` command now prioritizes `phpstan-hover-mode` data at point before falling back to dumped-type messages.
20+
21+
### Fixed
22+
23+
* Fix `phpstan-get-command-args` to keep `:options` in the correct position and pass target arguments correctly when editor mode options are used.
624

725
## [0.9.0]
826

0 commit comments

Comments
 (0)