ZIm/crates/editor/src
Kyle Kelley 6563330239
Supermaven (#10788)
Adds a supermaven provider for completions. There are various other
refactors amidst this branch, primarily to make copilot no longer a
dependency of project as well as show LSP Logs for global LSPs like
copilot properly.

This feature is not enabled by default. We're going to seek to refine it
in the coming weeks.

Release Notes:

- N/A

---------

Co-authored-by: Antonio Scandurra <me@as-cii.com>
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Co-authored-by: Max <max@zed.dev>
Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2024-05-03 12:50:42 -07:00
..
display_map Allow to toggle git hunk diffs (#11080) 2024-05-01 22:47:36 +03:00
git Only keep one blame up-to-date (#11274) 2024-05-01 16:25:26 -06:00
scroll Allow to toggle git hunk diffs (#11080) 2024-05-01 22:47:36 +03:00
test Use Rope instead of String for buffer diff base (#11300) 2024-05-03 11:18:43 +03:00
actions.rs Add convert to opposite case command (#11290) 2024-05-02 08:37:13 -04:00
blame_entry_tooltip.rs Merge ElementContext into WindowContext (#10979) 2024-04-25 12:54:39 +02:00
blink_manager.rs Remove 2 suffix for editor 2024-01-03 10:58:57 -08:00
debounced_delay.rs Add debounce for re-querying completion documentation 2024-01-31 09:50:26 -05:00
display_map.rs Improve the ergonomics of creating local buffers (#10347) 2024-04-10 08:32:51 -06:00
editor.rs Supermaven (#10788) 2024-05-03 12:50:42 -07:00
editor_settings.rs Scrollbar markers for cursors (#10816) 2024-04-27 02:26:42 +03:00
editor_tests.rs Use Rope instead of String for buffer diff base (#11300) 2024-05-03 11:18:43 +03:00
element.rs When clicking on a hunk expand it, do not move the caret (#11350) 2024-05-03 16:44:33 +03:00
git.rs Use Rope instead of String for buffer diff base (#11300) 2024-05-03 11:18:43 +03:00
highlight_matching_bracket.rs Compute scrollbar markers asynchronously (#10080) 2024-04-03 12:21:17 +02:00
hover_links.rs Fix backwards mouse selection in vim mode (#11329) 2024-05-03 10:29:30 -06:00
hover_popover.rs Remove if-not-else patterns (#10402) 2024-04-11 03:48:06 -04:00
hunk_diff.rs Improve deleted hunk blocks' behavior (#11340) 2024-05-03 12:18:50 +03:00
inlay_hint_cache.rs Add a setting for custom associations between languages and files (#9290) 2024-03-13 10:23:30 -07:00
inline_completion_provider.rs Supermaven (#10788) 2024-05-03 12:50:42 -07:00
items.rs support vim replace command with range (#10709) 2024-04-29 18:49:30 -06:00
mouse_context_menu.rs Add "Open in Terminal" context menu entries for project panel, editor and tab context menus (#10741) 2024-04-19 01:43:46 +03:00
movement.rs Adjust left movement when soft_wrap mode is used (#10464) 2024-04-12 10:36:31 -06:00
persistence.rs wip 2023-01-25 11:32:19 -08:00
rust_analyzer_ext.rs open new buffer (#11203) 2024-04-30 16:09:43 -06:00
scroll.rs Allow to toggle git hunk diffs (#11080) 2024-05-01 22:47:36 +03:00
selections_collection.rs Enable clippy::clone_on_copy (#8728) 2024-03-02 17:37:48 -05:00
test.rs Use Rope instead of String for buffer diff base (#11300) 2024-05-03 11:18:43 +03:00