erg/crates/els
2023-02-13 23:01:12 +09:00
..
doc Create code_action.md 2023-02-11 14:49:28 +09:00
.gitignore Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
Cargo.toml build: update version (nightly) 2023-02-13 02:41:46 +09:00
code_action.rs fix: some bugs 2023-02-13 15:06:50 +09:00
completion.rs feat(els): add doc for completion item 2023-02-08 23:35:23 +09:00
definition.rs feat(els): implement file cache 2023-02-08 04:04:20 +09:00
diagnostics.rs feat(els): add case-change action 2023-02-11 14:20:15 +09:00
file_cache.rs Update file_cache.rs 2023-02-10 12:10:43 +09:00
hir_visitor.rs chore(els): improve completion 2023-02-13 23:01:12 +09:00
hover.rs fix: some bugs 2023-02-13 15:06:50 +09:00
inlay_hint.rs chore(els): improve patch support 2023-02-13 15:43:18 +09:00
lib.rs Merge branch 'main' into feature-els-file-cache 2023-02-08 01:19:46 +09:00
main.rs Merge branch 'main' into feature-els-file-cache 2023-02-08 01:19:46 +09:00
message.rs fix(els): show error when renaming a builtin API 2023-02-12 12:23:33 +09:00
README.md Update docs 2023-01-22 18:10:10 +09:00
references.rs feat(els): implement file cache 2023-02-08 04:04:20 +09:00
rename.rs fix(els): show error when renaming a builtin API 2023-02-12 12:23:33 +09:00
semantic.rs feat(parser): add type_spec_to_expr 2023-02-06 12:04:15 +09:00
server.rs fix(els): show error when renaming a builtin API 2023-02-12 12:23:33 +09:00
util.rs fix: improve completion 2023-02-08 20:40:38 +09:00

els (erg-language-server)

ELS is a language server for the Erg programming language.

Features

  • Syntax highlighting (by vscode-erg)
  • Code completion
    • Variable completion
    • Method/attribute completion
  • Diagnostics
  • Hover
  • Go to definition
  • Go to implementation
  • Find references
  • Renaming
  • Inlay hint
  • Semantic tokens
  • Code actions
  • Code lens

Installation

cargo install erg --features els