serversideup / webext-bridge

💬 Messaging in Web Extensions made easy. Batteries included.
https://serversideup.net/open-source/webext-bridge
MIT License
547 stars 50 forks source link

improve autocomplete of `Destination` type #30

Closed thetarnav closed 1 year ago

thetarnav commented 2 years ago

I'm just adding & {} to the string so that literals from RuntimeContext could be autocompleted by IDE

zikaari commented 2 years ago

This kinda ruins the autocompletion for object literal syntax :/

Is there a way to get the best of both worlds?

image