ZIm/crates/language/src
Thorsten Ball adbe973f02
editor: In OpenFile check if file with path_suffix exists (#17805)
Demo:


https://github.com/user-attachments/assets/6acb6c1e-bb15-4205-9dcb-2aa4bb99dcf9



Release Notes:

- When using `OpenFile` (`gf` in Vim mode) and the word under the cursor
is not an existing file path, we now fall back and additionally check
whether a file called
`<word-under-cursor>.<language-specific-path-suffixes>` exists. That's
similar to Vim's `suffixesadd` option.

---------

Co-authored-by: Abdelhakim Qbaich <abdelhakim@qbaich.com>
Co-authored-by: Pete LeVasseur <plevasseur@gmail.com>
2024-09-13 15:11:10 -04:00
..
syntax_map chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
buffer.rs Fix different kinds values used for worktree_id (#17523) 2024-09-07 00:51:09 -04:00
buffer_tests.rs use ssh lsp store (#17655) 2024-09-10 15:51:01 -04:00
diagnostic_set.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
highlight_map.rs Docs for indent_size_for_line and co 2024-01-09 20:50:34 +01:00
language.rs editor: In OpenFile check if file with path_suffix exists (#17805) 2024-09-13 15:11:10 -04:00
language_registry.rs lsp: Fix noisy logs when starting language servers (#17713) 2024-09-11 12:56:39 -04:00
language_settings.rs Revert "settings: Remove auxiliary Content types where possible (#16744)" (#17768) 2024-09-12 14:46:08 -04:00
markdown.rs Disable definition lists in Markdown (#17648) 2024-09-10 11:16:27 -04:00
outline.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
proto.rs lsp: Pass back diagnostic .data when querying code actions for it (#14962) 2024-07-22 17:49:11 +02:00
syntax_map.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
task_context.rs tasks: Add experimental support for user-defined task variables (#13699) 2024-07-01 15:59:19 +02:00