We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80edd63 + f4417f9 commit bf52b35Copy full SHA for bf52b35
src/features/document-symbol-provider.ts
@@ -80,7 +80,7 @@ export class FortranDocumentSymbolProvider
80
let range = new vscode.Range(line.range.start, line.range.end);
81
return new vscode.SymbolInformation(
82
fun.name,
83
- vscode.SymbolKind.Method,
+ vscode.SymbolKind.Function,
84
range
85
);
86
}
0 commit comments