mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-23 09:59:25 +00:00
improve code completion list
add method parameters order list items by scope
This commit is contained in:
@@ -49,7 +49,8 @@ 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 = '';
|
||||
/** @type {{key:string}} */
|
||||
this.loc = null;
|
||||
}
|
||||
|
||||
get value() {
|
||||
|
||||
Reference in New Issue
Block a user