You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this iteration we added path completions to html attribute values where applicable. For example <a href="">, <img src="">. The type completion is triggered each time you type /.
Known Limitation
Path Completion does not work in HTML 5 unquoted attribute yet
Verify
. and .. completion works as expected
/ shows file/folders from workspace root (test on multi root too)
Symbolic link works
For http or https or // links path completion is not triggered
The text was updated successfully, but these errors were encountered:
Complexity: 2
Testing #2037
In this iteration we added path completions to html attribute values where applicable. For example
<a href="">
,<img src="">
. The type completion is triggered each time you type/
.Known Limitation
Verify
.
and..
completion works as expected/
shows file/folders from workspace root (test on multi root too)http
orhttps
or//
links path completion is not triggeredThe text was updated successfully, but these errors were encountered: