[fix] symbols
This commit is contained in:
parent
80d5ceea19
commit
d7238f5d69
3 changed files with 4 additions and 3 deletions
|
|
@ -42,7 +42,7 @@ export class Symbols implements DocumentSymbolProvider {
|
|||
vars.children.push(info);
|
||||
});
|
||||
|
||||
const funs=makeSymbol("Variables", "", SymbolKind.Function, prolog)
|
||||
const funs=makeSymbol("Functions", "", SymbolKind.Function, prolog)
|
||||
funs.children=[]
|
||||
xqdoc.functions.forEach(v => {
|
||||
const name = v.name +"#" + v.params.length;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue