-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
FixedA PR has been merged for this issueA PR has been merged for this issueSuggestionAn idea for TypeScriptAn idea for TypeScript
Milestone
Description
From @warpdesign on February 17, 2016 11:21
I have activated salsa and when activated, some symbols cannot be found anymore in ES5 files.
For example, if I have a a file with only:
function toto() {
}
Typing @toto
will work and highlight the toto function.
But if I wrap the code into a closure, it doesn't work anymore:
Without salsa, it works as expected, highlighting the toto function even if it is wrapped into a closure.
Code 0.10.8
Windows 10
Copied from original issue: microsoft/vscode#3079
Metadata
Metadata
Assignees
Labels
FixedA PR has been merged for this issueA PR has been merged for this issueSuggestionAn idea for TypeScriptAn idea for TypeScript