You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To have better intelligent code completion and type hint, I suggest to reference @types/chrome as a dependency. It also saves time from looking for function signatures in the docs.
建议把 @types/chrome 作为 dependency 引入,这样在 VS Code 里面能自动提示属性名、方法名和函数签名。写起来会快捷很多。
This is a very good boilerplate to start creating a new extension with. Great work!
The text was updated successfully, but these errors were encountered:
To have better intelligent code completion and type hint, I suggest to reference @types/chrome as a dependency. It also saves time from looking for function signatures in the docs.
建议把 @types/chrome 作为 dependency 引入,这样在 VS Code 里面能自动提示属性名、方法名和函数签名。写起来会快捷很多。
This is a very good boilerplate to start creating a new extension with. Great work!
The text was updated successfully, but these errors were encountered: