Sublime Forum

Javascript getters

#1

Hi

Symbols panel is not showing javascript getters. Please take a look on screenshot.

Thanks

0 Likes

#2

Most likely because your syntax definition doesn’t scope them meta.funciton entity.name.function or doesn’t provide proper symbol definitions.

They are perfectly well scoped and displayed in symbol list when using default JavaScript package.

2 Likes

#3

Thx,
Yes, you’re right. I switched from LitElement to plain JavaScript and can now see the getters

image

0 Likes