Reputation: 105517
I'm using WebStorm and it has a concept of a "Symbol". For example, I can view Symbol usages. It locates all methods of classes.
So what is Symbol? A class method?
Upvotes: 0
Views: 115
Reputation: 93828
I'd say that 'Symbol' there mostly means 'Identifier' - it can be a class/function/variable, CSS selector, HTML tag, etc.
Upvotes: 3