Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move completion to ra_analysis | Aleksey Kladov | 2018-10-31 | 1 | -0/+71 |
While we should handle completion for isolated file, it's better achieved by using empty Analysis, rather than working only with &File: we need memoization for type inference even inside a single file. |