Since the update to build 3114, “GoTo Symbol…” is not working for classes, methods, or variables in RequireJS modules.
Below is an example:
define(['jquery'], function ($) {
var something = {};
class HotDog {
constructor() {}
}
function util() {}
});