Robert Crooks
Robert Crooks

Reputation: 125

VSCode auto-complete extension that looks at all open files

Recently switched to VSCode and looking for an extension that will look at all open files when suggesting auto-completions. For example, say I have an HTML doc and a JavaScript file open. As I'm typing in JavaScript I'd like auto-complete suggestions from, say, the id values in the HTML tags. I've done some searching in the marketplace, but haven't found anything. Anyone know if it exists?

Upvotes: 3

Views: 1410

Answers (1)

RubenCaro
RubenCaro

Reputation: 1466

You can try this https://marketplace.visualstudio.com/items?itemName=Atishay-Jain.All-Autocomplete.

I actually never tried :D

Upvotes: 3

Related Questions