Max Koretskyi
Max Koretskyi

Reputation: 105517

What is "symbol" in JetBrains IDE's

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

Answers (1)

lena
lena

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

Related Questions