summaryrefslogtreecommitdiff
path: root/test/files/presentation/scope-completion-import
Commit message (Collapse)AuthorAgeFilesLines
* SI-7280 Scope completion not returning members provided by importsLuc Bourlier2013-11-152-0/+67
Updates localeContext() to return the best context possible when there are none directly associated with the given position. It happens when an expression cannot be successfully typed, as no precise ContextTree covers the expression location, or if the position is not inside any expression. Adds corresponding tests