Skip to content

Commit c95778c

Browse files
committed
2021-01-10
phpactor/completion ece2e631..d90b3a26 [2021-01-04 19:07:16] f9c3899c BladeMF Reserved words completion (#43) * Keyword completor * Ke... [2021-01-09 16:56:24] 8783b78a BladeMF Fix signature helper (#45) * fix signature helper for neste... [2021-01-10 09:49:28] d90b3a26 dantleech Add PHPBench Regression Test (#46) phpactor/completion-worse-extension 50ea267f..20674738 [2021-01-04 19:10:36] ae603b40 BladeMF Keyword completor (#12) Co-authored-by: dantleech <dan.t.le... phpactor/config-loader 6efb5598..3a96ac55 [2021-01-10 09:49:28] 3a96ac55 dantleech Add PHPBench Regression Test (#13) phpactor/docblock 5b954c58..d4682f76 [2021-01-06 22:57:58] d4682f76 dantleech Support @mixin tag phpactor/file-path-resolver 5186c4cc..7d8f5cd7 [2021-01-10 09:49:28] 7d8f5cd7 dantleech Add PHPBench Regression Test (#11) phpactor/indexer-extension 8274902c..0e171f53 [2021-01-04 18:59:52] fd3973a6 BladeMF Fix static properties (#35) * Index static properties witho... phpactor/language-server-phpactor-extensions 775b2e4c..47cef230 [2021-01-05 23:31:25] f86788c5 dantleech Create class support (#19) * Add create class commnad ... [2021-01-06 20:01:45] 66eaf895 dantleech Fix char offset [2021-01-06 22:10:01] 3ca41ba5 dantleech Update gitignore (#20) [2021-01-09 23:06:43] 9bd118d3 dantleech Document Locator and Fixing Tests (#22) * Integrate docum... [2021-01-10 09:49:29] 47cef230 dantleech Add PHPBench Regression Test (#23) phpactor/reference-finder 0510598f..f1886b1a [2021-01-09 21:19:11] f1886b1a dantleech Added test implementation for reference + def finder phpactor/source-code-filesystem 1a3f60ce..b8105702 [2021-01-07 20:20:28] 39dece33 lumnn Add support for moving and removing folders (#14) * Add suppo... [2021-01-07 23:33:02] b8105702 dantleech Improve code and use SF process component and FS (#16) * ... phpactor/text-document 2ef3ef07..a9d007d6 [2021-01-09 16:34:22] b8170622 dantleech Added Workspace API (#16) * Added Workspace API * Fix ... [2021-01-09 20:40:14] c47eaf4a dantleech Refactor to single-purpose document-locator (#17) [2021-01-09 20:44:03] a9d007d6 dantleech Added exception factory method phpactor/worse-reflection b0f2a66e..17402f34 [2021-01-10 21:28:31] 17402f34 dantleech Improve performance (#96) * Use cache in context resolver...
1 parent 3688c92 commit c95778c

File tree

2 files changed

+228
-220
lines changed

2 files changed

+228
-220
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ Features:
1818
- [indexer] Show memory usage and limit in progress notification.
1919
- [language-server] Import class/function code action and diagnostics
2020
- [language-server] Transform code actions and diagnostics (complete constructor, implement contracts, fix class name and add missing properties)
21+
- [completion] Keyword completion - @BladeMF
22+
- [language-server] Create class code actions - @dantleech
2123

2224
Improvements:
2325

26+
- [worse-reflection] Improved frame resolution performance by 99.5x - @dantleech
2427
- [worse-reflection] Fixed mixed up start/end positions in symbol resolver - @BladeMF
2528
- [language-server] Update classes on workspace update - @BladeMF
2629
- [language-server] New LSP protocol and general refactoring - @dantleech
@@ -33,6 +36,9 @@ Improvements:
3336

3437
Bug fixes:
3538

39+
- [scf] Fix support for moving and removing folders - @Lumnn
40+
- [indexer] Fix indexing of static properties - @BladeMF
41+
- [completion] Fix signature help in nested symbols - @BladeMF
3642
- [worse-reflection] Static properties not resolved - @BladeMF
3743
- [lanaguge-server] Correctly highlight use statements against qualified
3844
names - @dantleech

0 commit comments

Comments
 (0)