When using autocomplete in pycharm I always get this weird looking red rectangle/square around the elements I’m writing and it messes up the whole flow. I have been looking into the PyCharm documentation but frankly I don’t event know what I should be looking for and I haven’t found anything with regard to code completion.
Here is a screenshot:
http://i52.tinypic.com/2h5sm75.png
Any help will be greatly appreciated!
On your screenshot you’ve typed
<aand PyCharm suggested you the completion options with the required attributehref, so just press Tab or Enter to get<a href="|"and continue typing the link.If you don’t like this behavior, it can be disabled in
Settings(Preferenceson Mac),Editor|Smart Keys, XML/HTML options group: