This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 204366 - Support for rename refactoring in Smarty
Summary: Support for rename refactoring in Smarty
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Smarty (show other bugs)
Version: 7.1
Hardware: PC Other
: P2 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-28 17:44 UTC by c69
Modified: 2011-10-31 06:29 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description c69 2011-10-28 17:44:34 UTC
Ctrl+R -> rename variable, just like in other web languages.
Comment 1 Martin Fousek 2011-10-31 06:29:29 UTC
Thanks for entering this enhancement. I'm afraid that it's not doable with current possibilities. It requires parser for building model, but no such parser is for smarty available for now.