Bug 485321 - Extension Point to delegate refactoring
Summary: Extension Point to delegate refactoring
Status: NEW
Alias: None
Product: JSDT
Classification: WebTools
Component: General (show other bugs)
Version: 3.7.1   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Victor Rubezhny CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-07 03:42 EST by Angelo ZERR CLA
Modified: 2018-11-22 17:32 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Angelo ZERR CLA 2016-01-07 03:42:48 EST
It should be cool if JSDT could delegate the refactoring feature to another inference engine. I would like to use ternjs rename feature (see demo at http://ternjs.net/doc/demo/ by using Ctrl+Q to rename variable).

With this delegation, we could support refactoring for JavaScript framework like node.js which defines a scope per file, and I have the intention to contribute to ternjs to extend refactoring (to rename for instance angular module).

Perhaps this issue is the same than https://bugs.eclipse.org/bugs/show_bug.cgi?id=304390 ?