Dave Holoway
|
d74837158a
|
remove validation modules that used old parser types
|
2020-06-29 15:50:21 +01:00 |
|
Dave Holoway
|
cd1c360ef0
|
remove unused field from ResolvedImport
|
2020-06-29 15:49:04 +01:00 |
|
Dave Holoway
|
61397dab95
|
clean up import resolving code
|
2020-06-29 15:45:46 +01:00 |
|
Dave Holoway
|
bdb5986c4b
|
rename body-parser3 to body-parser
|
2020-06-29 15:38:43 +01:00 |
|
Dave Holoway
|
acd18e4105
|
remove debugging pause
|
2020-06-29 15:26:28 +01:00 |
|
Dave Holoway
|
3dbe1dea3e
|
get main node install to install langserver dependencies
|
2020-06-29 15:26:05 +01:00 |
|
Dave Holoway
|
0205a317d9
|
relocate java-mti package into project
|
2020-06-29 14:46:27 +01:00 |
|
Dave Holoway
|
3e77b3f1c9
|
simplify handling of this and class member qualifiers
|
2020-06-29 14:14:49 +01:00 |
|
Dave Holoway
|
a278237486
|
add option to allow language server to be shutdown
|
2020-06-29 12:55:50 +01:00 |
|
Dave Holoway
|
6ca4ea353d
|
make sure we only try and parse java files
|
2020-06-29 00:59:55 +01:00 |
|
Dave Holoway
|
4554b8890e
|
handle java file change notifications
|
2020-06-29 00:49:10 +01:00 |
|
Dave Holoway
|
2716505a77
|
ignore unnamed type declarations
|
2020-06-28 23:30:16 +01:00 |
|
Dave Holoway
|
fed16b22f5
|
Rename language client extension to Android
|
2020-06-28 23:04:29 +01:00 |
|
Dave Holoway
|
3a55d3627f
|
refactoring
|
2020-06-28 23:03:46 +01:00 |
|
Dave Holoway
|
2ee1c72b6a
|
handle null token passed to ParseProblem
|
2020-06-28 21:24:50 +01:00 |
|
Dave Holoway
|
c8311ea2e4
|
description updates
|
2020-06-28 21:24:05 +01:00 |
|
Dave Holoway
|
bb1a326768
|
set configurable trace logging and update section names
|
2020-06-28 21:05:08 +01:00 |
|
Dave Holoway
|
18049ea08c
|
allow configurable app root setting
|
2020-06-28 19:23:39 +01:00 |
|
Dave Holoway
|
113a7379ed
|
android-29 library cache
|
2020-06-28 15:37:19 +01:00 |
|
Dave Holoway
|
baabf1e7a9
|
load single android library cache from local folder
|
2020-06-28 15:34:27 +01:00 |
|
Dave Holoway
|
71600cf366
|
cache decoded android library in globalStoragePath
|
2020-06-27 18:33:13 +01:00 |
|
Dave Holoway
|
a567ea7266
|
update @types/vscode
|
2020-06-27 18:28:48 +01:00 |
|
Dave Holoway
|
2c522e38b1
|
improve extraction of parameter docs
|
2020-06-27 00:01:19 +01:00 |
|
Dave Holoway
|
8f9bf25e4c
|
resolve new object contructors
|
2020-06-26 23:05:59 +01:00 |
|
Dave Holoway
|
edb16c667b
|
wait for reparsing before returning method signatures
|
2020-06-26 22:10:21 +01:00 |
|
Dave Holoway
|
c943408613
|
remove parsed type list logging
|
2020-06-26 21:36:39 +01:00 |
|
Dave Holoway
|
43dbcb4d47
|
implement shceduleReparse to reduce parsing load while typing
|
2020-06-26 21:35:57 +01:00 |
|
Dave Holoway
|
8aaf6a6f0e
|
add single trace function with timestamps
|
2020-06-26 17:52:50 +01:00 |
|
Dave Holoway
|
563142661a
|
add support for displaying method signatures
|
2020-06-26 17:02:24 +01:00 |
|
Dave Holoway
|
f9a2665364
|
load and parse files at startup
|
2020-06-26 11:34:57 +01:00 |
|
Dave Holoway
|
7038bf7090
|
allow multiple source files to be used in parsing
|
2020-06-26 10:32:32 +01:00 |
|
Dave Holoway
|
175ce1d644
|
add support for editing multiple files
|
2020-06-25 17:16:01 +01:00 |
|
Dave Holoway
|
849c49acb6
|
fix bad member resolution at end of block
fix missing method and type docs
|
2020-06-25 15:47:12 +01:00 |
|
Dave Holoway
|
cda0810df1
|
add source types to list
hide this and super for non-methods
|
2020-06-25 15:07:04 +01:00 |
|
Dave Holoway
|
e2765fd982
|
improve code completion list
add method parameters
order list items by scope
|
2020-06-25 14:43:48 +01:00 |
|
Dave Holoway
|
f67c03bb34
|
add owning method to statements
create common keyword statement class
|
2020-06-25 11:43:53 +01:00 |
|
Dave Holoway
|
b0a2475696
|
ensure Object is always last in the list of inherited types
|
2020-06-25 10:56:02 +01:00 |
|
Dave Holoway
|
69e77eae8a
|
support member completion for array types
improve comment formatting
|
2020-06-25 10:24:54 +01:00 |
|
Dave Holoway
|
b45314cc95
|
add support for docs in source types
|
2020-06-24 23:28:35 +01:00 |
|
Dave Holoway
|
e7e73387aa
|
add support for field and method docs
|
2020-06-24 21:26:09 +01:00 |
|
Dave Holoway
|
089d174e08
|
use exact type signatures for locating types for completion items
|
2020-06-24 19:55:18 +01:00 |
|
Dave Holoway
|
b70592a0f7
|
support for member expressions
|
2020-06-24 17:10:49 +01:00 |
|
Dave Holoway
|
db865825d0
|
support package, type and static field import completion
|
2020-06-23 18:57:07 +01:00 |
|
Dave Holoway
|
591907f523
|
initial test of context-dependant code completion
|
2020-06-23 17:03:40 +01:00 |
|
Dave Holoway
|
cd6bf29e9f
|
perform more detailed search of implemented methods
|
2020-06-23 14:41:20 +01:00 |
|
Dave Holoway
|
ce345965e5
|
improve support for ternary operators in assignments and method invocations
|
2020-06-23 11:26:14 +01:00 |
|
Dave Holoway
|
3073dfcd25
|
fix assert statement checks
|
2020-06-22 19:56:25 +01:00 |
|
Dave Holoway
|
085f027856
|
fix return type check
|
2020-06-22 19:52:13 +01:00 |
|
Dave Holoway
|
56464ef537
|
add basic type checking of lambda expressions
|
2020-06-22 19:05:26 +01:00 |
|
Dave Holoway
|
4f0e55a909
|
add implicit enum methods values() and valueOf()
|
2020-06-22 15:47:26 +01:00 |
|