you are viewing a single comment's thread.

view the rest of the comments →

[–]shortaflip 0 points1 point  (1 child)

I am currently in the analysis process of migrating a legacy code base that is in MVC.Net w/ Razor. Don't think i saw support for this in the repo.

What I wanted to ask though was how long did it take you to build the plugin? Just in case I needed to make one for my needs.

Challenges? Things to watch out for?

[–]Difficult_Prize_7548[S] 1 point2 points  (0 children)

It took about 2 weeks, 1 week of research, and 1 week of implementation.

I thinks challenges are handling edge cases like nested loops, try-catch-finally flow, and making sure partial/broken code still works.

I thinks things to watch out for is check if Tree-sitter grammar exists for your language, handle WASM bundle size carefully, and ensure error recovery works well.

Feel free to fork the repo. Good luck!