We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Given this code:
class X { x() { function y() { function z() {} } } }
In the navigation bar, y should be indented one level deeper than x. Currently they have the same indent level, making y look like another method.
y
x
Given this code:
In the navigation bar,
yshould be indented one level deeper thanx. Currently they have the same indent level, makingylook like another method.