Skip to content

Commit 9b93096

Browse files
committed
Add some missing documentation
1 parent 75761d5 commit 9b93096

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

server/src/analyser.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ export default class Analyzer {
3333
* root path.
3434
*
3535
* 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.
36+
* anywhere on that path. This non-exhaustive glob is used to preload the parser
37+
* to support features across files.
3738
*/
3839
public static async fromRoot({
3940
connection,
@@ -250,6 +251,8 @@ export default class Analyzer {
250251

251252
/**
252253
* 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.
253256
*/
254257
public findSymbolsMatchingWord({
255258
exactMatch,

0 commit comments

Comments
 (0)