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
Currently, spxls lacks static analysis capabilities that tools like gopls provide. By integrating staticcheck, we can detect common issues like spin loops (e.g., for {} that consumes 100% CPU), resource leaks, and other potential problems during development. This will significantly improve the development experience by providing real-time feedback through LSP diagnostics.
The text was updated successfully, but these errors were encountered:
Currently, spxls lacks static analysis capabilities that tools like gopls provide. By integrating staticcheck, we can detect common issues like spin loops (e.g.,
for {}
that consumes 100% CPU), resource leaks, and other potential problems during development. This will significantly improve the development experience by providing real-time feedback through LSP diagnostics.The text was updated successfully, but these errors were encountered: