ManuelGil / vscode-nestjs-generator

Generate NestJS files from the command palette or explorer context menu (right click). It also provides a terminal to start the server in different modes (dev, debug, prod). It is based on the NestJS CLI.
https://marketplace.visualstudio.com/items?itemName=imgildev.vscode-nestjs-generator
MIT License
3 stars 1 forks source link

Lags when editing controller files and the open NesjJs File Generator panel #2

Closed prostohttp closed 6 months ago

prostohttp commented 6 months ago

When editing a controller file, when the NesjJs File Generator panel is open with the List of HTTP Methods tab active, editor lags are observed (page scrolling, response to key presses), as well as a high load on RAM. When you close the sidebar or open any other tab other than NesjJs File Generator, the problems disappear.

prostohttp commented 6 months ago

Oh, cool, you refreshed the list of methods only after saving the file and not every time after changing it. I think the problem has been solved for the most part, there are still small lags in page scrolling when refreshing, but I think this is no longer so critical. Thank you very much for your quick response.