Commit graph

24 commits

Author SHA1 Message Date
b32ddd6a22
fix: Migrate a bunch of work off the EDT 2024-03-01 16:01:39 +01:00
44db56d1e5
fix(zig): Make go to references non-blocking 2024-02-29 19:16:21 +01:00
deebfc5309
feat(zig)!: Go to declaration/usages and go to definition are now separate actions 2024-02-29 19:00:10 +01:00
c106f058ae
feat!: Reimplemented go to declaration/usages to replace the built-in action
Also removed mouse handling, no longer needed
2024-02-29 02:38:28 +01:00
1979d3d9aa
fix(lsp): Force always creating a new DocumentEventManager
34b29ee729
2024-02-28 21:29:25 +01:00
1a11c85524
fix(lsp): unregisterManager method's cleanup
bc9c5ea31c
2024-02-28 21:27:27 +01:00
15df6e4cc8
chore(lsp): Extract shared logic
75a5fd8919
2024-02-28 21:23:57 +01:00
e1759bdb6c
fix(lsp): Remove duplicated changedConfiguration calls
9b2b0557c9
2024-02-28 21:20:53 +01:00
614b5368ed
chore(lsp): Small code cleanup
8c1e6736df
2024-02-28 21:19:22 +01:00
6068069b44
fix(lsp): Code action annotations lose range
00bbd6ff45
2024-02-28 21:17:38 +01:00
1c7a34b7e3
fix(lsp): Request code actions immediately after diagnostics arrive
0fe2cf98fe
2024-02-28 21:16:03 +01:00
8b0b2e829d
chore: Fix PSI element deprecations 2024-02-01 20:47:15 +01:00
dfd69e219f
fix: Make LSP code formatting work 2024-02-01 18:07:28 +01:00
e7e6180b05
copyright: 2024 2024-01-25 20:39:56 +01:00
2645e2646a
chore: remove internal and deprecated-for-removal code 2023-12-02 23:29:35 +01:00
c155b15862
fix: NPE when opening huge projects (#23) 2023-12-02 23:29:01 +01:00
c28bf647b3
fix: #19 (Invalid offsets, editor race condition) 2023-10-04 15:18:35 +02:00
0b22a21e09
fix: #17 (NPE) 2023-10-04 15:16:02 +02:00
3671d253d1
feat: Duller status icons and idle icon 2023-08-24 22:03:42 +02:00
466e2db9ef
fix: Documentation provider file check 2023-08-24 22:01:28 +02:00
25f4a30cdc
fix: Suppress random exception for now 2023-08-21 19:52:18 +02:00
b4808db691
chore: optimize imports 2023-08-21 19:15:22 +02:00
61522072c4
feat(zig)!: Breakpoints 2023-08-19 00:37:12 +02:00
81fd11b9d7
feat: Modularize whole project 2023-08-18 23:58:54 +02:00