Forum Discussion
Suggestion:
Everyone in the team have their own style formatting the scripts. Even if organization define some standards it is hard to follow. So It would be better if we have in-build code beautifier , so that every one in the can use the in-build version of code beautifier to re-arrange the scripts.
Language: JavaScript
I think it can be applicable for all languages.
- tristaanogre8 years agoEsteemed Contributor
Not sure if this would be valid for all languages or if it was mentioned in a feature request... but with more complicated framework code where you're not necessarily making every function a test, it would be nice to be able to get reporting of some sort or at least some traceability of every place a particular function, variable, or class is referenced. So, if I make a change to function foo, I know where all it may be impacted. Text search works OK... but when you are dealing with classes that may not have the word "foo" in them, then text search kind of fails.
- shankar_r8 years agoCommunity Hero
Hi,
Please count below feature requests in Code Editor Improvements,
Identifying undefined variables in functions: JavaScript
- Novari-QA8 years agoFrequent Contributor
The ability for the intellisense to identify subobjects.
For example:var parent = { child: "abc" } //The code below works no problem, however Intellisense does not know what I am trying to do function foo() { Log.Message(parent.child); }
- TanyaYatskovska8 years agoSmartBear Alumni (Retired)
Hi Guys,
Thanks for your improvement suggestions!
We have collected all of them and, now, we are offering you to vote for the most required ones. Please see the details here:
Thanks for your collaboration.
Related Content
- 8 years ago
- 10 months ago
Recent Discussions
- 27 days ago
- 5 days ago
- 5 days ago
- 8 days ago