Commit graph

126 commits

Author SHA1 Message Date
1c4384e961
fix: more indenting stuff 2024-05-28 20:27:02 +02:00
3d768a183e
fix: Completion on first line 2024-05-28 02:41:52 +02:00
aa41c5c9aa
fix: More indentation work 2024-05-28 02:41:26 +02:00
bd6eec8da1
chore: ZigConfigEditor flattened imports 2024-05-15 18:09:11 +02:00
695fe43c28
feat: zig test/run compiler args 2024-05-15 18:07:19 +02:00
63a1b0c199
fix: Zig run exe args not available 2024-05-15 17:58:33 +02:00
ec7e9c4894
chore: Fix some xlint warnings 2024-05-14 15:53:39 +02:00
21ed7d66e1
feat: Actual, proper compiler run that doesn't freeze the IDE or spam errors 2024-05-14 15:53:32 +02:00
6f78cab411
fix: better temp dir management 2024-05-13 20:59:22 +02:00
5b8613fcd0
fix: unreliable variable inspector on windows 2024-05-12 23:54:49 +02:00
6514f65980
feat: External Libraries and some toolchain perf tweaks 2024-05-12 04:27:40 +02:00
cac455b460
fix: Better parity with the vscode zig plugin in the lsp 2024-05-12 03:36:43 +02:00
57ab19c83f
fix: Rework debug runner logic 2024-05-11 15:17:46 +02:00
b85496e55c
fix: more robust lsp startup 2024-05-11 15:17:46 +02:00
f4932216a1
fix: If statement overly aggressive grammar pinning 2024-04-27 15:15:48 +02:00
2caa326d94
chore: fix internal api usages 2024-04-20 00:43:54 +02:00
2af103e5bf
chore: Optimize imports 2024-04-20 00:14:52 +02:00
cffb82122b
chore: Closeable groups to reduce clutter 2024-04-20 00:12:02 +02:00
203634b808
fix: Diagnostics quick fix highlighting 2024-04-19 23:34:00 +02:00
f858978ce2
feat(lsp): Widget autohide 2024-04-19 23:08:27 +02:00
1f042fad34
feat!!: Overhauled configs and project creation 2024-04-19 23:06:19 +02:00
125b97fb3b
feat(lsp)!: Much better action hooking 2024-04-19 14:33:20 +02:00
f12fa2eeef
fix: Invalid CLI colored arg 2024-04-19 14:33:04 +02:00
7fa98f1c0d
fix: More robust indentation 2024-04-19 14:29:15 +02:00
f0d48bde96
chore: Simplify logic for command line args building 2024-04-07 03:05:28 +02:00
9ecb85458e
feat: A bunch of zig build debugging QoL changes 2024-04-05 19:43:20 +02:00
0d9c16d7ec
fix: write access error on project creation 2024-03-23 22:49:31 +01:00
24bae771ba
fix: find usages regression due to action ID change 2024-03-23 22:46:55 +01:00
1ff76b15a7
feat: Grammar error recovery 2024-03-15 17:16:01 +01:00
4b2e9b44f6
fix: Update to latest zig grammar 2024-03-15 17:16:01 +01:00
99a0e7811d
fix: NPE in executeCommands 2024-03-15 17:15:56 +01:00
7754e8f2c8
fix: Autocomplete wasn't being done by intellij 2024-03-15 13:56:33 +01:00
b8aa355392
fix: LSP id collision 2024-03-15 13:55:35 +01:00
868a83326a
feat: Integrated parameter info popup 2024-03-15 04:18:00 +01:00
a266ff94c3
fix: Better indenting logic 2024-03-15 00:52:42 +01:00
03dfb20c9c
fix: Semantic highlighting broken on editor split 2024-03-12 22:53:42 +01:00
0e1314a2bd
fix: Shotgun null safety fixes 2024-03-12 22:10:47 +01:00
058ad73993
feat: Documentation link handler 2024-03-12 17:00:18 +01:00
a66c471833
fix: Local variables now show up in the debugger properly 2024-03-12 13:57:52 +01:00
647e4b1c18
chore: The flattening 2024-03-12 13:57:51 +01:00
055ecdcde7
chore: Remove unnecessary plugin xmls 2024-03-12 12:16:51 +01:00
57ca452f1b
chore: Remove flexmark, replace with builtin intellij apis 2024-03-12 11:11:54 +01:00
49483a9f9c
fix: wrong lsp4j package (used IJ shipped lsp4j instead of ours) 2024-03-11 01:42:54 +01:00
0ebbe1cc9b
chore: better project path management 2024-03-11 01:24:41 +01:00
92c5e57a03
chore: Optimize imports 2024-03-10 21:19:20 +01:00
ec5c07c0a1
feat: Better configurability 2024-03-10 17:18:40 +01:00
85bd68393c
fix: Annotator jank breaking diagnostics 2024-03-10 17:17:47 +01:00
7b2ad7c324
chore: move some misplaced xml entires 2024-03-10 17:17:46 +01:00
3d0dbb8e36
feat!: Huge debugging refactor
- Debug support for Windows
- Debuggable zig build
- Debuggable binaries

This is a squashed commit so ignore the weird author date
2024-03-10 17:17:36 +01:00
b4539c0aa9
fix: NPE in go to definition 2024-03-10 12:04:45 +01:00