mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-23 09:59:25 +00:00
initial test of context-dependant code completion
This commit is contained in:
@@ -49,6 +49,7 @@ class Token extends TextBlock {
|
||||
constructor(text, start, length, kind) {
|
||||
super(new BlockRange(text, start, length), tokenKindToSimplified(text, start, length, kind));
|
||||
this.kind = kind;
|
||||
this.loc = '';
|
||||
}
|
||||
|
||||
get value() {
|
||||
|
||||
Reference in New Issue
Block a user