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

Variants (completion) of defdelegate defined functions #2226

Merged
merged 6 commits into from
Nov 29, 2021
Merged

Conversation

KronicDeth
Copy link
Owner

@KronicDeth KronicDeth commented Nov 29, 2021

Fixes #2122

Changelog

Enhancements

  • Structure View for EEx.function_from_(file|string)
  • Variants (completion) for functions declared by special macros.
    • Functions defined by EEx.function_from_(file|string)
    • exception/1 and message/1 defined by defexception
    • *_text/0 and *_template(assigns) functions defined by Mix.Generator.embed_text and Mix.Generator.embed_template.

Bug Fixes

  • Implement completion for functions declared with defdelegate.
  • Fix LookupElementPresentation.putItemPresentation addTailText.
    Only append suffix of presentableText if it is prefixed by itemText.

@KronicDeth KronicDeth added this to the 12.0.0 milestone Nov 29, 2021
@KronicDeth KronicDeth self-assigned this Nov 29, 2021
KronicDeth added a commit that referenced this pull request Nov 29, 2021
@KronicDeth KronicDeth changed the title 2122 Variants (completion) of defdelegate defined functions Nov 29, 2021
KronicDeth added a commit that referenced this pull request Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant