codeapp icon indicating copy to clipboard operation
codeapp copied to clipboard

code hint and code completion are not good

Open CaptainRat opened this issue 1 year ago • 0 comments

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>.

CaptainRat avatar Feb 17 '24 09:02 CaptainRat