
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
yes the language is case sensetive but I still think it would be more useful if the the intelligent list did not react to case until an upper case char is typed, it could show all the possibilities alphabetically of both upper and lower case just like the old one did.
Yes. I would like that too.
In addition, the intellisense works with methods of only the first object. So, object.text() shows the pop down, while object.otherObject().text() does not. I have sometimes a long chain of methods, so I have to copy/paste the methods from my other window. Construction like this does not get much help from intellisense: