Sublime Forum

Build 3176 | Go to symbol for extended js classes stopped working after upgrade

#1

Recent Sublime Text upgrade broke Go to symbol functionality for me.
Here is a snippet of a JavaScript class:

Sc.class.B = class extends Sc.class.A
  {
  /** @protected */
  init()
    {
    }

  /** @protected */
  render()
    {
    }
};

Previously init and render methods were inside symbol list as you could see below:

Currently the list is empty:

Is there any way I can revert to the previous behaviour?

0 Likes

#2

please can you report this at https://github.com/sublimehq/Packages/issues ?

you can follow the readme from that repo to revert to a previous version of the JavaScript package (by checking out a previous version tag in git, for example, rather than the latest master)

0 Likes

#3

Reported.

0 Likes