ZIm/crates/project/src
loczek d4926626d8
snippets: Add icons and file names to snippet scope selector (#30212)
I added the language icons to the snippet scope selector so that it
matches the language selector.

The file names are displayed for each scope where there is a existing
snippets file since it wasn't clear if a scope had a file already or
not.

| Before | After |
| - | - |
|
![before](https://github.com/user-attachments/assets/89f62889-d4a9-4681-999a-00c00f7bec3b)|
![after](https://github.com/user-attachments/assets/2d64f04c-ef8f-40f5-aedd-eca239c960e9)
|


Release Notes:

- Added language icons and file names to snippet scope selector

---------

Co-authored-by: Kirill Bulatov <kirill@zed.dev>
2025-05-26 13:44:09 +00:00
..
context_server_store context_store: Refactor state management (#29910) 2025-05-05 21:36:12 +02:00
debugger debugger beta: Fix regression where we sent launch args twice to any dap (#31325) 2025-05-24 06:52:36 +00:00
git_store context_store: Refactor state management (#29910) 2025-05-05 21:36:12 +02:00
lsp_command Remove language::markdown (#25136) 2025-02-19 08:55:36 -07:00
lsp_store Do not underline unnecessary diagnostics (#31355) 2025-05-24 20:08:46 +00:00
manifest_tree chore: Bump Rust to 1.87 (#30739) 2025-05-15 22:28:52 +00:00
buffer_store.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
color_extractor.rs Simplify static expression to a constant (#23193) 2025-01-15 19:31:21 +00:00
connection_manager.rs Finish removing git repository state and scanning logic from worktrees (#27568) 2025-04-01 17:41:20 -04:00
context_server_store.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
debounced_delay.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
debugger.rs debugger: More tidy up for SSH (#28993) 2025-04-21 16:00:03 +00:00
direnv.rs Environment loading fixes (#19144) 2024-10-16 12:14:40 +02:00
environment.rs Use project environment in LSP runnables context (#29761) 2025-05-02 11:01:39 +00:00
git_store.rs Display the correct git push flag when force-pushing (#30818) 2025-05-26 10:26:45 +03:00
image_store.rs Keep file permissions when extracting zip archives on Unix (#31304) 2025-05-23 20:45:32 +00:00
lsp_command.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
lsp_store.rs Fix unzipping clangd and codelldb on Windows (#31080) 2025-05-21 21:17:14 +03:00
manifest_tree.rs Reuse existing language servers for invisible worktrees (#30707) 2025-05-14 16:24:17 +00:00
prettier_store.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
project.rs snippets: Add icons and file names to snippet scope selector (#30212) 2025-05-26 13:44:09 +00:00
project_settings.rs project_settings: Fix default settings values for DiagnosticsSettings (#30686) 2025-05-14 07:13:51 -04:00
project_tests.rs Revert "Debounce language server file system events (#30773)" (#31008) 2025-05-20 12:05:21 +00:00
search.rs Reduce allocations (#31223) 2025-05-23 14:25:17 +03:00
search_history.rs project: Use VecDeque in SearchHistory (#31224) 2025-05-23 14:25:40 +03:00
task_inventory.rs Reduce allocations (#31223) 2025-05-23 14:25:17 +03:00
task_store.rs chore: Bump Rust to 1.87 (#30739) 2025-05-15 22:28:52 +00:00
terminals.rs terminal: Consume event during processing (#30869) 2025-05-23 14:28:53 +03:00
toolchain_store.rs python: Do not look up venv path from source file path (#29676) 2025-04-30 10:54:08 -04:00
worktree_store.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
yarn.rs Fix unzipping clangd and codelldb on Windows (#31080) 2025-05-21 21:17:14 +03:00