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
Comment by eztierney Monday Jun 10, 2013 at 20:36 GMT
I don't think tern can generate hints for $scope - what type is it supposed to be? I think the bug was that we were jumping to 'name' in angular.js, even though tern didn't know where 'name' came from.
Issue by jodyzhang
Friday May 17, 2013 at 18:44 GMT
Originally opened as adobe/brackets#3883
Saw the case while regressing bug adobe/brackets#3827
I did clone the files, open the folder in brackets
$scope.
->there is no code hint, just guessing one
try to jump to
$scope.name
, it focusesname
property in angular.min.js.However in tern, it shows more code hints: name, nameItem, namespace, namespaceURI
Expect: code hint at step 3.
The text was updated successfully, but these errors were encountered: