Benj Melki
- 活动总数 23
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 7
-
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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 ? -
创建于 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... -
创建于 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...