-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
在Python类中 region表现不符合预期 #56
Comments
I think this is because the I will try to see if there is an easy way to handle this - I am still familiarizing myself with the codebase. |
I have a fix here: joshua-dean@855f895 When calling I am not sure if this is the best property to check. It doesn't seem to create any other issues. I think this is only an issue with languages like python that use indentation for scope - languages like JavaScript have closing brackets that would ensure the region is contained. We might want to query the language for checks like this. Are there any linting/formatting/testing I should complete, or do you think I'm good to open a PR? |
@Yuelioi The 1.4.1 release fixed this for me. Is this issue also solved for you? |
Yes, it works well now |
Bug 描述
当在python class中使用region时, 无法覆盖到最后一个函数, 如果region包含最后一个函数,则该region会失效
The text was updated successfully, but these errors were encountered: