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

0

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
0

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

0

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

0

Just something like: Surround with... (cmd+alt+T)?

0

Sweet - exactly!

Cheers,
Jay

0

请先登录再写评论。