Feature #10700
expose analytics features in our IDE support
0%
Related issues
History
#1 Updated by Greg Shah 9 months ago
Maintaining a separate web UI for analytics is extra work for us and inconvenient for our users. A better solution is if all the analytics features were directly available in the IDE. Some aspects of this are much easier in an IDE, which naturally has source code views and file management. In our custom web UI we had to implement those things.
This will take some thought to determine how to expose this in the most useful way. I think some level of per-file ability will be needed but I don't want to give up the power of looking across the entire project or some arbitrary subset (whether via a search or via a report). Both are unique to us and if we can expose that in the IDE, then we are adding a lot of value and making it really accessible for even casual users.
To enable this, we will also need to implement concurrent conversion and analytics (in a single live project).
#2 Updated by Greg Shah 9 months ago
- Related to Feature #3703: implement TRPL based linting support added
#3 Updated by Greg Shah 9 months ago
- Related to Feature #10726: calculate and report code quality metrics added