In Notepad++, select the block of code and use Ctrl+k to comment. PyCharm In Pycharm IDE, select the block of code and use Ctrl+/ to comment and uncomment. No matter which code editor you are using, it has a way to comment out multiple lines of code. All you have to do is sea...
What a wonderful thing! This answer is the best! Reminds me of DreamWeaver 8 where I would revamp entire sites with regex - especially bloated MS stuff. Anyway, this was super useful in scripting DB2-to-(lowercase)Postgres SQL change-over. ...
So now that the environment is all set up, in order to get my file to reflect the state on disk I need to create an action. First thing is to use the GUI to create a new action: So I right click on src in the project sidebar and click “new” and then click “Action.” This...
Well, in a perfect world Maven and IntelliJ would be feature complete and share the same set of functionalities. But we are not yet there (and we will never get there?). So in practice we need to configure things both in IntelliJ and in Maven. I.e., we need su...