Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

BackboneJS support. #60

Open
niksite opened this issue Apr 24, 2017 · 0 comments
Open

BackboneJS support. #60

niksite opened this issue Apr 24, 2017 · 0 comments

Comments

@niksite
Copy link

niksite commented Apr 24, 2017

In BackboneJS we declare models/views like the following:

var AppView = Backbone.View.extend({
or
var TagModel = Backbone.Model.extend({
or
var TagsCollection = Backbone.Collection.extend({.

None of that could be found by goto-definition right now.

Probably, we should have something like /(^|\s)var\s+{word}(\s|$)/ in JavaScript.regexes or something backbone specific if by some reason we should not detect all var here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant