Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't repeat suggestions for same symbol (#21140) | Jake Leahy | 2022-12-22 | 1 | -12/+12 |
| | | | | | | | | | | * Track seen module graphs so symbols from the same module aren't repeated Add test case * Track symbols instead of modules * Don't show duplicate symbols in spell checker Removes the declared location from the message. Since we don't show duplicates anymore it would be a bit misleading if we only show the location for the first declaration of the symbol | ||||
* | adjust spellSuggestSecretSauce logic to avoid too many matches for small ↵ | Timothee Cour | 2021-03-18 | 1 | -1/+1 |
| | | | | symbols (#17410) | ||||
* | fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar ↵ | Timothee Cour | 2021-03-16 | 1 | -0/+45 |
spellings on undefined symbol error (#16067) * add --spellsuggest to suggest symbols in scope with similar spellings on undefined symbol errors * implement --spellsuggest with 0 arguments |