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

Make LSP report new() as _init & fixes docstrings on multiline functions [3.x] #53094

Merged
merged 1 commit into from
Sep 29, 2021

Conversation

Razoric480
Copy link
Contributor

3.x cousin to #53092 , along with an additional fix that is 3.x specific where functions that are on multiple lines, I.E.:

# doc string
func multiline_func(
	parameter_a: int
) -> void:

do not detect the doc string.

Related to #51617, partial fixes.

@Razoric480 Razoric480 requested a review from a team as a code owner September 26, 2021 17:26
@Razoric480 Razoric480 changed the title Makes LSP report new() as _init & fixes docstrings on multiline functions [3.x] Make LSP report new() as _init & fixes docstrings on multiline functions [3.x] Sep 26, 2021
@Calinou Calinou added this to the 3.4 milestone Sep 26, 2021
@akien-mga akien-mga merged commit 69b2f1d into godotengine:3.x Sep 29, 2021
@akien-mga
Copy link
Member

Thanks!

@akien-mga
Copy link
Member

Cherry-picked for 3.3.4.

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

Successfully merging this pull request may close these issues.

3 participants