Chong Lor

- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
Created This inspection detects names that should resolve but don't.
AnsweredI kept getting this message on my import. How do I resolved this? I already specified the interpreter to python 3.7. This inspection detects names that should resolve but don't. Due to dynamic disp... -
Created How to migrate databases in Datagrip?
AnsweredWe have a bunch of databases in MySQL. We're thinking of migrating them to a new server either a newer version of MySQL or to MariaDB. What are the process? If someone can point me to a step by ste... -
Created How to jump right into the break point?
I clicked on the left side of the line to insert a breakpoint. When I run the code in debug mode, it goes through a bunch of other stuff. Is there a way to jump directly to those breakpoints? Tha... -
Created How to format the code?
CompletedOnce I've select a bunch of codes on the page, how do I format so that they are indented correctly? -
Created Is there a way to do a git pull?
There are changes on the remote git server. Is there a way to easily pull all of these changes in RubyMine? -
Created How to accept the auto suggest by pressing enter without creating a new line?
I am a Ruby on Rails and RubyMine newbie. How do I accept the code auto suggest by pressing the enter/return key without automatically give me a carriage return or new line?