kataras / rizla

:eyes: Rizla builds, runs and monitors your Go Applications with ease. See https://github.com/kataras/iris-cli for Iris users.
MIT License
190 stars 17 forks source link

Goland IDE Ctrl+S not surport #12

Closed aisq2008 closed 6 years ago

aisq2008 commented 6 years ago

Use Goland to save a .go file with Ctrl+S ,not reload the program.

kataras commented 6 years ago

This is Jetbrains issue, it doesn't saves the file as most code editors and IDEs do; using the Operating System's calls. I think Jetbrains added an option that you can disable this behavior and use the standard operating system's method, if you find that setting and play with it, it will work :), post an issue at jetbrains if you can't find the option.

aisq2008 commented 6 years ago

thank you,i had solved the problem by uncheck the option [ ] use "safe write" (save changes to a temporary file first) in the goland behavior setting

kataras commented 6 years ago

You're welcome, this is useful information that we can put in our README as well. Have fun!