Extension to VS Code. Use Ctrl+Enter to open ES6 template literals and other configured multi-line strings or heredocs in any language in a synced editor, with language support (HTML, CSS, SQL, shell, markdown etc).
Issue: there is no autocomplete from the original, source document, when I open a JS template literal in the synced editor (using this extension). This makes it easy to make a typo, and harder to find names, ids, etc.
Current Workaround: I have also installed the "All Autocomplete" extension,* which includes autocomplete suggestions from ALL open files. However, this is overkill: slow, and includes clutter from suggestions I don't want.
Hello, wonderful extension!
Issue: there is no autocomplete from the original, source document, when I open a JS template literal in the synced editor (using this extension). This makes it easy to make a typo, and harder to find names, ids, etc.
Current Workaround: I have also installed the "All Autocomplete" extension,* which includes autocomplete suggestions from ALL open files. However, this is overkill: slow, and includes clutter from suggestions I don't want.
*https://github.com/atishay/vscode-allautocomplete/
If I'm opening up a template literal in the synced editor, I just need autocomplete suggestions from the original file, hence my request.
Thank you for considering it!