Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.76.0 (Universal)
- OS Version: macOS Ventura 13.2.1 / Darwin arm64 22.3.0
Steps to Reproduce:
- Use Emmet or manually type in the following tag:
<img src="" srcset="">
- Position your cursor inside the
"" for src & type a /. You can now use autocomplete to complete the path to the image you wish, e.g., /images/products/foo.jpg — perfect!
- Position your cursor inside the
"" for srcset & type a /. You cannot use autocomplete to easily enter in the path to the image you wish, e.g., /images/products/foo.webp. You have to manually type out the path. This is a problem. Autocomplete should work in both src AND in srcset.
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
<img src="" srcset="">""forsrc& type a/. You can now use autocomplete to complete the path to the image you wish, e.g.,/images/products/foo.jpg— perfect!""forsrcset& type a/. You cannot use autocomplete to easily enter in the path to the image you wish, e.g.,/images/products/foo.webp. You have to manually type out the path. This is a problem. Autocomplete should work in bothsrcAND insrcset.