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.
1 parent 75761d5 commit 9b93096Copy full SHA for 9b93096
server/src/analyser.ts
@@ -33,7 +33,8 @@ export default class Analyzer {
33
* root path.
34
*
35
* If the rootPath is provided it will initialize all shell files it can find
36
- * anywhere on that path. This non-exhaustive glob is used to preload the parser.
+ * anywhere on that path. This non-exhaustive glob is used to preload the parser
37
+ * to support features across files.
38
*/
39
public static async fromRoot({
40
connection,
@@ -250,6 +251,8 @@ export default class Analyzer {
250
251
252
/**
253
* Find symbol completions for the given word.
254
+ *
255
+ * TODO: if a file is not included we probably shouldn't include it declarations from it.
256
257
public findSymbolsMatchingWord({
258
exactMatch,
0 commit comments