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

Refactoring Actions #24

Open
harsimranb opened this issue Jun 16, 2014 · 2 comments
Open

Refactoring Actions #24

harsimranb opened this issue Jun 16, 2014 · 2 comments
Assignees
Labels

Comments

@harsimranb
Copy link
Owner

@mhutch I'd like to get these actions done before the end of GSOC program. Not 100% sure if I'll get this far.

  1. Go to reference. Click F12 on a function or variable to go its reference. Since there can be multiple due to JavaScript's loose nature, we'll show a dropdown of all the matching functions and give user choice to go the one they like. The dropdown will show filename, and location of the matching function.
  2. Find usages. Find matching usages of the selected function in the entire project's javascript files.
@harsimranb harsimranb added this to the Initial Release milestone Jun 16, 2014
@harsimranb harsimranb self-assigned this Jun 16, 2014
@harsimranb harsimranb changed the title Refactoring Actuibs Refactoring Actions Jun 16, 2014
@harsimranb
Copy link
Owner Author

Maybe even Rename action.

@mhutch
Copy link

mhutch commented Jun 17, 2014

Makes sense, the basic navigation actions should be easy.

Rename is most definitely not easy since you really need to have a 100% accurate and unambiguous resolve.

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

No branches or pull requests

2 participants