You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is a problem with textmate2 or with the bundle, but "console" calls are showing up in the function browser dropdown (and at the wrong indentation, no less).
Is there an easy fix?
Here's a small amount of code to cause this:
class Test
constructor: ->
console.log()
The text was updated successfully, but these errors were encountered:
I'm not sure if this is a problem with textmate2 or with the bundle, but "console" calls are showing up in the function browser dropdown (and at the wrong indentation, no less).
Is there an easy fix?
Here's a small amount of code to cause this:
The text was updated successfully, but these errors were encountered: