merge tools/lsp (full) — 184 completions, hover, go-to-def, live diagnostics, enhanced VSCode extension
This commit is contained in:
@@ -2049,6 +2049,9 @@ fn builtin_arity(name: String) -> Int {
|
||||
if str_eq(name, "println") { return 1 }
|
||||
if str_eq(name, "print") { return 1 }
|
||||
if str_eq(name, "readline") { return 0 }
|
||||
// LSP seed primitives
|
||||
if str_eq(name, "__read_n") { return 1 }
|
||||
if str_eq(name, "__print_raw") { return 1 }
|
||||
// String
|
||||
if str_eq(name, "el_str_concat") { return 2 }
|
||||
if str_eq(name, "str_eq") { return 2 }
|
||||
|
||||
Reference in New Issue
Block a user