Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] How to handle indexing "dependencies"

Hi,

consider the following situation:

1. File A declares Type A which implements interface B declared in File B.
2. During the build-process of file A you want to check if the Type A  implements all methods of interface B.

However, the file B has not been indexed at that point, so when searching the project for Type B, you'll most likely get no results.

What's the best way to handle this problem?


best regards,


-robert




Back to the top