IDE User
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Created Variable declared in global scope in Javascript undefined when run in WebStorm
// Javascriptvar name = "Michael";console.log(this.name);console.log(name);////////////////////Result when run in WebStorm:undefinedMichaelResult when run in terminal in Node:MichaelMichaelWhy are ... -
Created Auto complete for SCSS
I meant to type the following SCSS code:.products { table { border-collapse: collapse; }...}However auto code complete keep getting in my way:I typed in "table" and auto complete show... -
Created Run/Debug configuration sometimes has a cross
Hi,Why is it the server in the Run/Debug configuration sometimes has a cross?~lchong2Attachment(s):2012-03-08_01-36-42.jpg -
Created Error creating rails scaffolding in RubyMine 4.0.1
Hi,I created a new rails project scaffolding but the following error appears. What was wrong?/usr/local/rvm/rubies/ruby-1.9.3-p125/bin/ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift... -
Created Intellij 11.0 supports library download for Spring 3.1 ?
For Intellij 11.0 build 111.69, when creating new project, only Spring 3.0 v2.5.6 and v3.0.0 is available as library download.Does Intellijj 11 supports download of other versions including Spring ...