paths property

List<LibraryPathSet> paths
getter/setter pair

A list of objects each containing a path and the additional libraries from which the client is interested in receiving completion suggestions. If one configured path is beneath another, the descendant will override the ancestors' configured libraries of interest.

Implementation

List<LibraryPathSet> paths;