Commit graph

10297 commits

Author SHA1 Message Date
David Dunn
a8839108f8
Update mono test files 2024-03-11 18:59:33 +02:00
faldor20
23dd23c337
update builtin comments 2024-03-12 00:39:49 +10:00
faldor20
be71514435
spelling 2024-03-12 00:26:29 +10:00
faldor20
45d994d7d7
clippy 2024-03-12 00:18:01 +10:00
faldor20
ee264981b6
cleanup getting docs for symbol 2024-03-12 00:13:57 +10:00
faldor20
321baf86d1
moved exposed module filtering into docs 2024-03-12 00:02:19 +10:00
faldor20
98b454d1cf
add tests for docs 2024-03-11 23:36:36 +10:00
Richard Feldman
e06b134228
Fix the TagOrClosure case 2024-03-11 10:58:38 +02:00
Folkert
d95bc02145
WIP 2024-03-11 10:58:36 +02:00
faldor20
899dbdd7ec
cleanup tests and whitespace 2024-03-11 16:25:46 +10:00
faldor20
64c25cf4d5
remove prints 2024-03-11 15:35:36 +10:00
faldor20
f3f86ff788
put docs data in correct place 2024-03-11 15:30:47 +10:00
faldor20
3fe3a3439a
cleanup fetching module docs 2024-03-11 15:17:46 +10:00
faldor20
45237c2aa0
move visitor 2024-03-11 15:17:45 +10:00
faldor20
772441dbcb
fixed docs type issue 2024-03-11 15:17:45 +10:00
Trevor Settles
09dbc93b7d
docs and example for and 2024-03-10 21:38:17 -06:00
Eli Dowling
3d80b82973
Delete crates/compiler/load_internal/log.log
Signed-off-by: Eli Dowling <eli.jambu@yahoo.com>
2024-03-11 11:12:07 +10:00
faldor20
2ae44574b2
Add todo to language server 2024-03-11 11:10:36 +10:00
faldor20
f6799cae92
support docs in app, platform and packages 2024-03-11 11:10:36 +10:00
faldor20
d95da9dd5b
completions working 2024-03-11 11:10:35 +10:00
faldor20
0c463555f4
module docs 2024-03-11 11:10:35 +10:00
faldor20
0b56882785
Unannotated types hover 2024-03-11 11:10:35 +10:00
faldor20
cdf218fe7a
first working version of docs hover 2024-03-11 11:10:34 +10:00
faldor20
87af8bd610 clippy and formatting 2024-03-11 10:18:58 +10:00
faldor20
2566d0f983 split imports 2024-03-11 10:18:58 +10:00
faldor20
391b695824 cleanup nitpicks and reorganising 2024-03-11 10:18:58 +10:00
faldor20
72e60ec01b typo 2024-03-11 10:18:58 +10:00
faldor20
6d3fd89f8e remove alias 2024-03-11 10:18:58 +10:00
faldor20
3561d66f62 clippy 2024-03-11 10:18:58 +10:00
Eli Dowling
501748e398 fix the tests that cargo clippy and fmt somehow broke 2024-03-11 10:18:58 +10:00
Eli Dowling
1668d2f5ef typos 2024-03-11 10:18:58 +10:00
Eli Dowling
469026475b comment cleanup 2024-03-11 10:18:58 +10:00
Eli Dowling
a21f987e64 removed unneeded imported modules info 2024-03-11 10:18:58 +10:00
Eli Dowling
505c7c673a cleanup refactor and clippy 2024-03-11 10:18:58 +10:00
Eli Dowling
cb4daf4868 remove un-used? 2024-03-11 10:18:58 +10:00
Eli Dowling
caeb166fb9 Nice formatting 2024-03-11 10:18:58 +10:00
Eli Dowling
76a2fd2fb0 Added formatting for module completion 2024-03-11 10:18:58 +10:00
Eli Dowling
c6f1b8b0b2 completionitems have correct type 2024-03-11 10:18:58 +10:00
Eli Dowling
9680105a19 cleanup and comment for clarity 2024-03-11 10:18:58 +10:00
Eli Dowling
2561ee4707 fixed unwinding of async 2024-03-11 10:18:58 +10:00
Eli Dowling
458c41c896 removed aliases completion for now 2024-03-11 10:18:58 +10:00
Eli Dowling
ad5f7864b9 fix formatter crash 2024-03-11 10:18:58 +10:00
Eli Dowling
62b06a1295 run rust fix 2024-03-11 10:18:58 +10:00
Eli Dowling
eb53f8d99f remove unwraps 2024-03-11 10:18:58 +10:00
Eli Dowling
ff43c4bbcb made tests better 2024-03-11 10:18:58 +10:00
Eli Dowling
3199e9b6cc made trace logs trace 2024-03-11 10:18:58 +10:00
Eli Dowling
cff48fd8d8 types for external completions 2024-03-11 10:18:58 +10:00
Eli Dowling
afb5c6b440 stop builtin crash 2024-03-11 10:18:58 +10:00
Eli Dowling
e809beb882 working completions 2024-03-11 10:18:58 +10:00
Trevor Settles
bf40247aec
example and docs for fail 2024-03-10 15:06:52 -06:00