Can you add - highlight all instances of variable name in the code using colours, when user click on one instance in JS or PHP code ? ( like it does in NetBeans )
Very usefull.
Thank you.
Highlight all instances of variable name in the code
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Re: Highlight all instances of variable name in the code
The variable will get highlighted when you select it.
Blumentals Software Programmer
Re: Highlight all instances of variable name in the code
Much better for coders - just clicking on variable name, not select whole name ( like it does in Microsoft Visual Studio, NetBeans )
Thank you for your work.
Regards
Thank you for your work.
Regards
Re: Highlight all instances of variable name in the code
Hi,
for long time i wanted to ask: can you please fix highlighting (selected) colors in css files? What i mean:
Example file:
when i select the first "000000" - then the last "000000" will be highlighted (as expected). But when i select the first "#000000" (which is the default action on double click), then the last "000000" highlights for a tiny bit of time and then un-highlights.
It worked fine in (rapid PHP) version before 2014 (2012 i think). I use color/variable highlighting with double click a lot.
Can you please fix it in 2015 version? Version 2014 would be also great
Thank you.
for long time i wanted to ask: can you please fix highlighting (selected) colors in css files? What i mean:
Example file:
Code: Select all
.test-1 {
color: #000000;
}
.test-2 {
color: #CC0000;
}
.test-3 {
color: #00CC00;
}
.test-3 {
color: #000000;
}
It worked fine in (rapid PHP) version before 2014 (2012 i think). I use color/variable highlighting with double click a lot.
Can you please fix it in 2015 version? Version 2014 would be also great

Thank you.
Re: Highlight all instances of variable name in the code
It's because of the # symbol. I'll add this to bugs/suggestions list, I can't promise we will be able to fix it until the release though, maybe in one of the future bugfix updates.
Blumentals Software Programmer