We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I have found an issue with regions.
Test2 must be in #R1 region on the map.
Class for test
public class Class1 { #region R1 public void Test1() { #region R11 int i1 = 0; #endregion #region R12 int i2 = 0; #endregion #region R13 int i3 = 0; #endregion #region R14 int i4 = 0; #endregion } public void Test2() { } #endregion }
The text was updated successfully, but these errors were encountered:
My guess is that the region within a region is screwing with my parsing logic. Thanks for the clear example and sample code, will look into it!
Sorry, something went wrong.
a3cdeda
Should be fixed in the new release!
Great! Thank you!
sboulema
No branches or pull requests
Hi! I have found an issue with regions.
Test2 must be in #R1 region on the map.
Class for test
The text was updated successfully, but these errors were encountered: