Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor suggestions when writing .plugin.js files #38

Open
yeegor opened this issue Jul 1, 2021 · 1 comment
Open

Editor suggestions when writing .plugin.js files #38

yeegor opened this issue Jul 1, 2021 · 1 comment

Comments

@yeegor
Copy link
Contributor

yeegor commented Jul 1, 2021

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.

@yeegor
Copy link
Contributor Author

yeegor commented Jul 1, 2021

In this track, the following functionality would be very useful as well:

  1. Ctrl + click on namespace to open locations (at least the original file)
  2. On any piece of functionality, show which namespaces are modifying it - right in the file (as git lens extension does)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant