mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
74d7ce2d2b
Closes https://github.com/zed-industries/zed/issues/19688 Release Notes: - Improved ElixirLS LSP autocomplete to show module, function and struct field details ![image](https://github.com/user-attachments/assets/2f05183f-8f7f-42c3-ba14-28fc58522488) ![image](https://github.com/user-attachments/assets/bfdea373-79ec-4dec-a9c7-5d15ad9403ee) ![image](https://github.com/user-attachments/assets/c0fd66d5-0e01-4e1e-a2d5-0a78d38e0b72)
16 lines
228 B
TOML
16 lines
228 B
TOML
[package]
|
|
name = "zed_elixir"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/elixir.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
zed_extension_api = "0.2.0"
|