plievone / vscode-template-literal-editor

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).
https://marketplace.visualstudio.com/items?itemName=plievone.vscode-template-literal-editor
55 stars 5 forks source link

[feature request] add autocomplete suggestions from source file #14

Open ultraGentle opened 4 years ago

ultraGentle commented 4 years ago

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!