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

Folding works on some files #235

Open
gyh1997127 opened this issue Jan 22, 2024 · 3 comments
Open

Folding works on some files #235

gyh1997127 opened this issue Jan 22, 2024 · 3 comments

Comments

@gyh1997127
Copy link

Hi, I'm noticing that the syntax folding on works on some of my files. Can you please advise how to go about debugging this? Example:
image
image

Apologies for not being able to include unblurred examples, but you can see the folding works on one file but not the other.

@vhda
Copy link
Owner

vhda commented Jan 22, 2024

Hi @gyh1997127,
Could I kindly ask you to check if folding works after removing the `uvm_object_utils() line?
It is possible that the missing ; is breaking a basic end-of-expression marking that makes it really hard sometimes to cover in syntax expressions.

@gyh1997127
Copy link
Author

I didn't see any changes after removing uvm_object_utils(). I don't think it's the culprit - this statement is also present in the first screenshot on line 15

@vhda
Copy link
Owner

vhda commented Jan 23, 2024

Could I kindly ask you to try to replicate the problem using a smaller test case? It's really difficult to understand what is happening without the complete context.

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

No branches or pull requests

2 participants