Can you explain what you mean? What behavior do you expect and how does that differ from the behavior you actually get?
You should get IntelliSense automatically for JavaScript files in VS2013. It should offer both the createElement and getContext method calls on the document and canvas objects respectively and it should identify the argument types for each. It doesn't autocomplete
string arguments to fill in "canvas" or "experimental-webgl".