codeapp
codeapp copied to clipboard
code hint and code completion are not good
The support of code hinting on HTML is not bad. But on python is so bad. It just can hint “ipad” and “print”, the other do not work, even “import”. Let alone the code in other modules.
The code completion on HTML is unworthy of the name. It is more like spell check. For example, I type in “<h”, it changed to “<h1” after completion. But I think it should be <h1></h1>.