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
It is not convenient not having any help when writing .plugin.js files in the project. It'd be useful to at least know which namespaces have which classes and which members.
This may be achievable by applying TS. A register function's mockup exists, but it should be thought through more in order to provide a solution more consistent with the current code of all of the projects.
The text was updated successfully, but these errors were encountered:
Overview
It is not convenient not having any help when writing .plugin.js files in the project. It'd be useful to at least know which namespaces have which classes and which members.
This may be achievable by applying TS. A
register
function's mockup exists, but it should be thought through more in order to provide a solution more consistent with the current code of all of the projects.The text was updated successfully, but these errors were encountered: