idododu
idododu
> put all template keys to a dropdown list > You mean right-click context menu -> new -> default IDE actions + list of templates? In my opinion, right-click context...
How about restricting users to put all template in `[IDEA Path]/config/packageTemplates` folder? This will also make 'Export/Import' easier. Of course , this is not a high priority issue, just want...
finally, i rewrite buildElement function to achieve this
+1, met the same issue, tried below two suggestions, but failed. http://stackoverflow.com/questions/25137981/rewrite-cookie-paths-when-using-grunt-connect-proxy https://coderwall.com/p/bwrb1w/enable-post-rest-requests-in-grunt-contrib-connect
I specified multiple migration directories, and after run `knex migrate:make create_table_name`, it always create file in the last folder in directories(`migrations/DML/201901010101_create_table_name.js`). ```javascript // knex.js module.exports = { migrations: { directory:...