osullivryan / vscode-lsdyna

Syntax Highlighting and Snippets for LS-Dyna Deck Generation in VS Code
MIT License
11 stars 4 forks source link

Folding-Unfolding of lsdyna files #13

Open karandevane opened 2 years ago

karandevane commented 2 years ago

Hi @osullivryan,

I started using this extension and it is really nice. Thank you for creating this and making our life easier.

I was wondering if you have tried implementing folding-unfolding of lsdyna files in vscode. The default indentation-based folding isn't that great. I tried adding it to your extension but it doesn't work well.

Do you have any plans of implementing it?

image

image

If we can fold at each * that would be great. I can do that in notepad++. image

osullivryan commented 2 years ago

Hello @karandevane,

Yes, folding is certainly something I want to add. I don't think it's that hard to do so let me take a look.

Ryan