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

many features #341

Closed
wants to merge 22 commits into from
Closed

many features #341

wants to merge 22 commits into from

Conversation

patricklx
Copy link
Contributor

@patricklx patricklx commented Nov 20, 2020

warning: big PR :)

  • include ember addons for component lookup by checking package.json keywords. Fixes Detect addons by package.json keywords #184
  • include modifiers
  • add import path to autocomplete description
  • add reference and autocomplete for attributes to @xxx in template or resolve from Component (ts or d.ts). Also fixes Typescript files like component.ts are not recognized as components in hbs templates #243 and Add support for angle bracket components #204
  • add reference and autocomplete from local param blocks |param1 param2|
  • add reference to yields and dereference for autocomplete tags and mustache
  • add references to template component or controller.(js/ts) (this.x)
  • add autocomplete for helpers with hash
  • add param hints for helpers params, will look like: (helper x:param1 y: param2) or (helper [0]:param0 [1]:param1)
  • add parameter info for helpers
  • add parameter lookup (ctrl+p) for helpers and modifiers
  • rename all instances of an ID
  • rename instances of ID that reference an tag block param
  • added tests
  • add parameter info for components in hash form
  • add parameter info for internal helpers and components
  • add attributes autcomplete for internal components
  • provide documentation for emberjs internal helpers
  • provide documentation for emberjs internal Components
  • enjoy :)

i added a file to reference the internal template helpers, but do not know how to reference them...
like JS does for the internal parts

@patricklx patricklx changed the title features many features Nov 20, 2020
@Turbo87
Copy link
Owner

Turbo87 commented Nov 21, 2020

sorry, but this is impossible to review. can you please split this up to only include one new feature per PR? 🙏

@patricklx patricklx closed this Nov 25, 2020
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

Successfully merging this pull request may close these issues.

Typescript files like component.ts are not recognized as components in hbs templates
2 participants