-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support rename symbol
#15
Comments
Currently, the nimsuggest documentation seems a bit outdated. This is hindering my ability to add new feature while keeping performance decent (the performance is already quite bad). The |
It seems the |
I just wonder why the basic tools around nim (nimsuggest, nimpretty) seem to lack polishing. |
Nimsuggest keeps using so much CPU, I'm tempted to write a naive nim parser for fast suggestions (even if templates or macros are not supported) |
Thanks, that will be good enough. |
I write a lot of sublime Python plugins, but I have no clue about anything of a parser. |
Thanks for your plugin.
In my experience, this one is the most stable one in sublime text.
rename symbol
is a frequent operation, you should consider adding it.Maybe should add those first before
rename symbol
,convert all symbols to snake_style
,convert all symbols to camelStyle
.The text was updated successfully, but these errors were encountered: