Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support to lookup Angular built-in directives #43

Closed
michaeljota opened this issue Oct 9, 2018 · 3 comments
Closed

Support to lookup Angular built-in directives #43

michaeljota opened this issue Oct 9, 2018 · 3 comments

Comments

@michaeljota
Copy link

When looking for an Angular directive, the search goes about the tag as it would be an html tag. However, it would be nice if this could recognize that its an Angular directive and lookup as such.

For: <router-outlet></router-outlet>

Result: html,svg,css,bootstrap,foundation,awesome,statamic,javascript,jquery,jqueryui,jquerym,angularjs,backbone,marionette,meteor,moo,prototype,ember,lodash,underscore,sencha,extjs,knockout,zepto,cordova,phonegap,yui:router-outlet

Expected: routeroutlet

@deerawan
Copy link
Owner

deerawan commented Oct 10, 2018

@michaeljota I see, seems like we haven't added angular docset there in default settings.

If you already updated the plugin to 2.0.0, you can add angular into html field in settings:

"dash.languageIdToDocsetMap": {
  ...,
  "html": [
     ....,
    "angular" // add new dash docset key here
  ]
  ...
}

@michaeljota
Copy link
Author

Still, it would look to the tag, wouldn't it? It should look for a class instead.

@deerawan
Copy link
Owner

@michaeljota I'm afraid that we can't do that to match html tag <router-outlet> into angular class RouterOutlet in Dash.

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

No branches or pull requests

2 participants