Sublime Forum

JavaScript Symbol List Not Showing Function

#1

Continuing the discussion from Dev Build 3116:

Perhaps you have an override for the default JavaScript syntax?

1 Like

#2

Thanks for reply.

Actually it seems i have a custom syntax! I have babel, but somehow it conflicts with the default Javascript packages:

  • if i set the syntax to plain javascript, symbols are not shown
  • if i set the syntax to babel, symbols are shown
  • if i set the syntax to plain js and disable bable, symbols are shown.

I’ll test later on the portable version and see if this is the problem or not.

The problem is babel, because i just tried on the portable version. (i had it installed exactly for jsx)

0 Likes

#3

In general the recent versions of JavaScript will be faster, more accurate and have more syntax features than Babel. The one exception is JSX support.

1 Like