-
Notifications
You must be signed in to change notification settings - Fork 29
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
Documentation for Use in JetBrains RustRover #115
Comments
I don't use RustRover myself, but you could try: https://www.jetbrains.com/help/idea/using-file-watchers.html
|
The File Watchers plugin works fairly well. I've noticed that it conflicts the the normal |
I suppose you could disable |
Another option that might help (quoted from https://www.jetbrains.com/help/idea/using-file-watchers.html#ws_filewatcher_advanced_options):
This might be the best of both worlds: format on frame deactivation might give you a bit more control of when the formatter runs, whilst you still don't have to manually trigger it. |
I've been using JetBrains RustRover for quite a while now, and as I'm learning Leptos, I'd love to integrate it better with this IDE. Does anyone know how to do this/whether it's possible? And if it is, can I contribute documentation to explain how to set it up?
The text was updated successfully, but these errors were encountered: