Blaž Hrastnik
|
143cfe13e0
|
minor: TODO comment cleanup
|
2021-03-16 15:41:42 +09:00 |
|
Blaž Hrastnik
|
87e3cd3df2
|
ui: Render diagnostic errors in sideline.
|
2021-03-15 16:19:31 +09:00 |
|
Blaž Hrastnik
|
bb87b08fc9
|
Configure language servers via LanguageConfiguration.
|
2021-03-14 17:14:34 +09:00 |
|
Blaž Hrastnik
|
6cbfb050e2
|
lsp: Emit didSave notifications.
|
2021-03-12 16:25:12 +09:00 |
|
Blaž Hrastnik
|
4102992c46
|
Bump deps.
|
2021-03-01 14:33:02 +09:00 |
|
Blaž Hrastnik
|
1ae7c43391
|
commands: = as range formatting (via lsp)
|
2021-02-26 15:52:43 +09:00 |
|
Blaž Hrastnik
|
7162632eb7
|
lsp: Hover documentation draft.
|
2021-02-25 18:07:47 +09:00 |
|
Blaž Hrastnik
|
87a6d4e736
|
minor: Simplify some code.
|
2021-02-24 16:07:39 +09:00 |
|
Blaž Hrastnik
|
61ce2c9cfe
|
lsp: Disable snippet_support until we implement it.
|
2021-02-22 14:42:12 +09:00 |
|
Blaž Hrastnik
|
004a4f37a7
|
lsp: Handle responses being returned after request timed out.
|
2021-02-22 12:44:36 +09:00 |
|
Blaž Hrastnik
|
c9dd1c930e
|
treewide: &RopeSlice -> RopeSlice. It's Copy so no reason to pass by ref
|
2021-02-18 18:34:22 +09:00 |
|
Blaž Hrastnik
|
bd85460698
|
Bump jsonrpc-core, lsp-types.
|
2021-02-18 14:10:52 +09:00 |
|
Blaž Hrastnik
|
d5f9622e2e
|
lsp: edit events change ranges need to affect each other.
|
2021-02-17 17:28:55 +09:00 |
|
Blaž Hrastnik
|
48ef6598db
|
Increase the log level in LSP and log server errors.
|
2021-02-16 18:18:35 +09:00 |
|
Blaž Hrastnik
|
b7da7f83c3
|
lsp: Test changeset_to_changes.
|
2021-02-16 15:45:46 +09:00 |
|
Blaž Hrastnik
|
0541fbb85f
|
Adjust LSP changeset generation too: insert now always preceedes delete.
|
2021-02-16 11:08:06 +09:00 |
|
Blaž Hrastnik
|
05c7fb98df
|
Refactoring: move language_servers into Editor, proper load for doc.
|
2021-01-21 16:55:46 +09:00 |
|
Blaž Hrastnik
|
777a80917d
|
Address clippy lints.
|
2021-01-08 16:37:36 +09:00 |
|
Blaž Hrastnik
|
941c34a7fc
|
lsp: Move timeouts into client.request
|
2021-01-06 17:48:14 +09:00 |
|
Blaž Hrastnik
|
3bf4e1e8fa
|
Update deps.
|
2021-01-06 14:08:23 +09:00 |
|
Blaž Hrastnik
|
3cbab20908
|
lsp: Fix pos_to_lsp_pos calculation.
|
2020-12-25 17:42:50 +09:00 |
|
Blaž Hrastnik
|
2ab069bb3f
|
lsp: Work on syncing the state with the language server.
|
2020-12-25 17:20:09 +09:00 |
|
Blaž Hrastnik
|
cd16df19c1
|
lsp: generate_transaction_from_text_edits
|
2020-12-23 18:16:17 +09:00 |
|
Blaž Hrastnik
|
56f2193811
|
Retrieve completion options on ctrl-x.
|
2020-12-23 16:20:49 +09:00 |
|
Blaž Hrastnik
|
955cb81687
|
Init lsp through the registry.
|
2020-12-23 15:50:16 +09:00 |
|
Blaž Hrastnik
|
4f9cde25cf
|
Bump deps.
|
2020-12-17 19:35:29 +09:00 |
|
Blaž Hrastnik
|
8695415fbf
|
wip: Move to new rendering structure.
|
2020-12-13 12:23:50 +09:00 |
|
Blaž Hrastnik
|
39bf1ca825
|
Update deps.
|
2020-12-03 13:12:07 +09:00 |
|
Blaž Hrastnik
|
a7869c728c
|
wip
|
2020-12-03 13:12:07 +09:00 |
|
Blaž Hrastnik
|
ae8a9e5bac
|
lsp: Make base request methods take &self instead of &mut self.
|
2020-12-03 13:10:35 +09:00 |
|
Blaž Hrastnik
|
cc6bdf8f66
|
Text change generation, RPC call handling.
|
2020-12-03 13:10:35 +09:00 |
|
Blaž Hrastnik
|
af1924404a
|
Configure logging (-vv for debug level logs)
|
2020-12-03 13:10:35 +09:00 |
|
Blaž Hrastnik
|
eff6fac9ec
|
clippy lint
|
2020-12-03 13:10:35 +09:00 |
|
Blaž Hrastnik
|
b39849dde1
|
Refactor: Document type as a wrapper around barebones State.
|
2020-12-03 13:10:35 +09:00 |
|
Blaž Hrastnik
|
81ccca0c6a
|
Improve error typing.
|
2020-12-03 13:10:35 +09:00 |
|
Blaž Hrastnik
|
ef5e5f9296
|
state.version tracking
|
2020-12-03 13:10:34 +09:00 |
|
Blaž Hrastnik
|
49254d7180
|
Total mess but it works: diagnostic marking.
|
2020-12-03 13:10:34 +09:00 |
|
Blaž Hrastnik
|
f9bfba4d96
|
Reroute LSP notification events into the main app event loop.
|
2020-12-03 13:10:32 +09:00 |
|
Blaž Hrastnik
|
13cb442850
|
wip: Fetching diagnostics, parsing notifications.
|
2020-12-03 13:04:42 +09:00 |
|
Blaž Hrastnik
|
f03830b047
|
wip: Basic LSP lifecycle requests/notifications.
|
2020-12-03 13:04:42 +09:00 |
|
Blaž Hrastnik
|
8adcf5083f
|
wip
|
2020-12-03 13:04:42 +09:00 |
|