Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to generate TestID option for VerificationTest, Test #96

Open
drewsteinacher opened this issue Feb 9, 2018 · 0 comments
Open

Comments

@drewsteinacher
Copy link

In the Wolfram Language plugin for Eclipse, there is a feature that when your cursor is inside a VerificationTest (or Test for the old MUnit system) and hit Ctrl + 1, a menu comes up that allows you to add a generated TestID.

For example, here's a screenshot of the menu:
image

And when double-clicking (or pressing Enter?) it generates a TestID for the selected test:
image

This feature would be very helpful when writing tests in IntelliJ, as generating unique test IDs in the same format is painful.

Additionally, the "Add all missing TestIDs" feature would be nice, as you could write several tests, then use that feature to add unique IDs for an entire file with a single press of a button.

Would these features be possible to add to this plugin as well?

Great work on the plugin by the way!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants