Auto-completion for editing HTML
Hi there!
I've got an AppCode project with a bunch of html files.
All files are part of the project and I'd like to get auto-completion to present me with the available files in the project when adding links in the code.
Is there any way to to this?
Cheers,
Jay
Please sign in to leave a comment.
Hi.
Autocompletion for HTML files correctly works for me (see the screenshot).
Could you please specify which AppCode version do you use?
Please attach a screenshot with AppCode | About AppCode tab.
Attachment(s):
Screen Shot 2015-06-19 at 12.59.26.png
Thanks for the reply -
actually, tags are completed just fine.
However, the files are not found when editing tags like
<a href="my_local_file.html">
Cheers,
Jay
Also, is there a way to add a tag to an existing, selected snippet of text, i.e. surround selected text with e.g. an A or B tag?
Cheers,
Jay
Just something like: Surround with... (cmd+alt+T)?
Sweet - exactly!
Cheers,
Jay