Benj Melki
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
Created How to deal properly with sql code in js file ?
Hi, when I edit a js file on pycharm, sql are strings such as 'INSERT INTO links (link_id, link_title) VALUES ($1, $2)' . Because of this there is no auto-complete or syntax check. Also it's annoy... -
Created Best workflow for quick django database backup / restore
Hi,I would like to know the best workflow for working with a database and pycharm please.I setup GIT VCS for files so I can quickly go back to my files history in time, but what about the database ... -
Created Several computers, same project and remote repository
Hi,on computerA, I'm working on a project, and I setup version control remote repository with GIT/Bitbucket.What should I do, to work on same project from computerB ? Both have webstorm installed.S... -
Created WYSIWYG plans ?
Hi,do you have plans to integrate to webstorm, complete HTML5 / CSS3 visual wysiwyg ?It would be quite useful to prototype css styles and layout of a web project. This would really put your product... -
Created what's the best way to test coffeescript code with webstorm ?
Hi,Is there any other way than the console, to quicly test coffeescript code, like quickly printing result of a console log statement or such ?How do you guys do ? -
Created Coffeescript highlight improvements ?
Hi,before opening an issue in the tracker, I'd like to discuss with other coffeescript users about possible syntax highlights improvements.It seems I can't control all colors of syntax color elemen... -
Created Weird transpiling of coffeescript to javascript
Hi,I just setup the webstorm environement to work with coffeescript transpiling to javascript, this is installing node,npm,coffeescript on my mac.All seems fine, I created a coffeescript file, adde...