You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using VSCode with nim plugin daily for more than a year now.
I have noticed that nimsuggest works really well when you just started VSCode, but with every code modification and recompilation nimsuggest gets slower and slower and consumes more memory.
After couple of hours of active work nimsuggest becomes useless, you need to kill it and restart and then it works again.
While it is definitely problem of nimsuggest and not of this plugin. I suggest simple workaround on the plugin side to considerably improve user experience: periodically restart nimsuggest after timeout. Let's say restart nimsuggest every 5 minutes. Exact time can be configurable, zero can mean no restart to replicate existing behaviour.
The text was updated successfully, but these errors were encountered:
I am using VSCode with nim plugin daily for more than a year now.
I have noticed that nimsuggest works really well when you just started VSCode, but with every code modification and recompilation nimsuggest gets slower and slower and consumes more memory.
After couple of hours of active work nimsuggest becomes useless, you need to kill it and restart and then it works again.
While it is definitely problem of nimsuggest and not of this plugin. I suggest simple workaround on the plugin side to considerably improve user experience: periodically restart nimsuggest after timeout. Let's say restart nimsuggest every 5 minutes. Exact time can be configurable, zero can mean no restart to replicate existing behaviour.
The text was updated successfully, but these errors were encountered: