Skip to content

feat: Support deprecated tags#1058

Merged
CsCherrYY merged 1 commit intomainfrom
cs-issue1052-2
Oct 27, 2021
Merged

feat: Support deprecated tags#1058
CsCherrYY merged 1 commit intomainfrom
cs-issue1052-2

Conversation

@CsCherrYY
Copy link
Collaborator

deprecated

fix #1052

This pr introduces deprecated tags for deprecated methods/fields in auto completion.

Changes in protocol:

  • GradleMethod: add a property: deprecated
  • use GradleField instead of a simple string to stand for a field in the closure. Includes: name, deprecated.

@CsCherrYY CsCherrYY added the enhancement New feature or request label Oct 27, 2021
@CsCherrYY CsCherrYY added this to the 3.8.1 milestone Oct 27, 2021
@CsCherrYY CsCherrYY merged commit c851d47 into main Oct 27, 2021
@CsCherrYY CsCherrYY deleted the cs-issue1052-2 branch October 27, 2021 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No completion suggestions for some cases such as "plugins", "mainClass"

2 participants