Commit log
8a64b07
Fixed inlay hints' edits generation and moved on with the randomized
Click to expand commit body
test
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Kirill Bulatov
and
Antonio Scandurra
created
2 years ago
e280483
Make the randomized tests pass
Click to expand commit body
Right now we only check that the text is correct, but I think
we're getting there.
Antonio Scandurra
created
2 years ago
afa59ee
Fix the randomized tests
Click to expand commit body
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Kirill Bulatov
and
Antonio Scandurra
created
2 years ago
f940104
Add inlay hint randomization in the text
Click to expand commit body
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Kirill Bulatov
and
Antonio Scandurra
created
2 years ago
dbd4b33
Fix splice edits generation
Click to expand commit body
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Kirill Bulatov
and
Antonio Scandurra
created
2 years ago
9ce9b73
Generate edits for inlay hints
Click to expand commit body
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Kirill Bulatov
and
Antonio Scandurra
created
2 years ago
f5f4958
Add inlay hints randomized test, fix the errors
Click to expand commit body
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Kirill Bulatov
and
Antonio Scandurra
created
2 years ago
2e730d8
Implement initial changes reporting for inlay hints
Click to expand commit body
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Kirill Bulatov
and
Antonio Scandurra
created
2 years ago
4d76162
Report the edits per transform summary generated
Click to expand commit body
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Kirill Bulatov
and
Antonio Scandurra
created
2 years ago
2ba3262
Add line_len snapshot method
Click to expand commit body
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Kirill Bulatov
and
Antonio Scandurra
created
2 years ago
ab7dd80
Add more InlaySnapshot text summary impls
Click to expand commit body
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Kirill Bulatov
and
Antonio Scandurra
created
2 years ago
568a67c
Implement more InlaySnapshot methods
Click to expand commit body
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Kirill Bulatov
and
Antonio Scandurra
created
2 years ago
daa2ebb
Calculate anchors for new hints
Kirill Bulatov
created
2 years ago
5fadbf7
Implement InlayHint sync method and fix the bugs
Click to expand commit body
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Kirill Bulatov
and
Antonio Scandurra
created
2 years ago
5ad85b4
Implement chunks of the InlayMap
Click to expand commit body
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Kirill Bulatov
and
Antonio Scandurra
created
2 years ago
3028767
Improve on inlya locations
Kirill Bulatov
created
2 years ago
b193d62
Initial InlayMap tests and splice fn impl
Click to expand commit body
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Kirill Bulatov
and
Antonio Scandurra
created
2 years ago
7397b80
Simplify inlay hint version handling
Kirill Bulatov
created
2 years ago
d506522
Correctly pass inlay hints
Kirill Bulatov
created
2 years ago
b5233b3
Rename the new map
Kirill Bulatov
created
2 years ago
9287634
Prepare to find diffs between inlay hint generations
Kirill Bulatov
created
2 years ago
78b3c9b
Store hints in the new map only
Kirill Bulatov
created
2 years ago
83f4320
Replace todo!s with stub calls to make Zed work
Kirill Bulatov
created
2 years ago
4c3c0eb
Draft the hint render data flow
Kirill Bulatov
created
2 years ago
2ead3de
Add basic infrastructure for inlay hints map
Kirill Bulatov
created
2 years ago
6e3d1b9
Draft the initial protobuf changes
Kirill Bulatov
created
2 years ago
387415e
Request hints for all buffers in editor
Kirill Bulatov
created
2 years ago
f83cfda
React on message-less LSP requests properly
Click to expand commit body
Co-Authored-By: Julia Risley <julia@zed.dev>
Kirill Bulatov
and
Julia Risley
created
2 years ago
7a268b1
Improve obvious faults
Kirill Bulatov
created
2 years ago
79b97f9
Stub initial hint requests
Kirill Bulatov
created
2 years ago
8a3b515
Initial protocol check commit
Kirill Bulatov
created
2 years ago
39137fc
updated vector_store db to leverage EMBEDDINGS_DIR path
KCaverly
created
2 years ago
1ae5261
Avoid redundant FS scans when LSPs changed watched files (#2663)
Click to expand commit body
Release Notes:
- Fixed a performance problem that could occur when a language server
requested to watch a set of files (preview only).
Max Brunsfeld
created
2 years ago
922d8f3
Tweak debug log message when ignoring fs events
Max Brunsfeld
created
2 years ago
8609ccd
Add test coverage for FS events happening inside unloaded dirs
Max Brunsfeld
created
2 years ago
ae9eb7c
Re-add missing active state (#2664)
Click to expand commit body
[[PR Description]]
Release Notes:
- Fixes project panel active state that was incorrectly removed.
Nate Butler
created
2 years ago
764968e
Re-add missing active state
Nate Butler
created
2 years ago
ba80c53
Avoid redundant FS scans when LSPs changed watched files
Click to expand commit body
* Don't scan directories if they were already loaded.
* Do less work when FS events occur inside unloaded directories.
Max Brunsfeld
created
2 years ago
0a7245a
updated semantic search modal to manage for duplicate queries
KCaverly
created
2 years ago
c7c38c7
snake_case theme (#2661)
Click to expand commit body
This PR moves the theme / `/styles` typescript app to use snake_case to
better align with the rust app and make it easier to reference things
across both apps.
It also configures ESLint in the styles app and fixes many ESLint
errors.
Going forward from this PR we will use `snake_case` throughout the
theme.
Release Notes:
- N/A (No public facing changes)
Nate Butler
created
2 years ago
a08d60f
added navigation on confirm to semantic search modal
KCaverly
created
2 years ago
5211328
Delete snake_case.ts
Nate Butler
created
2 years ago
d285d56
Update package-lock.json
Nate Butler
created
2 years ago
8bff641
Organize and update dotfiles
Nate Butler
created
2 years ago
a6f7e31
Update & format
Nate Butler
created
2 years ago
97dc7b7
WIP snake_case 5/?
Nate Butler
created
2 years ago
0627c19
WIP snake_case 4/?
Nate Butler
created
2 years ago
17f2fed
WIP snake_case 3/?
Nate Butler
created
2 years ago
ba17fae
WIP snake_case 2/?
Nate Butler
created
2 years ago
b015f50
WIP snake_case 1/?
Click to expand commit body
through `contact_notification`
Nate Butler
created
2 years ago
Page 46 of 250