-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Helpers for symbol tests #342
Comments
While we are discussing helpers for tests... Apart from:
there is furthermore the ability to run:
by adding the Compare for example:
|
@jrappen What form would a helper take for a file indentation test? |
I believe no helper is required for indentation tests - just reindenting the whole file is enough to get the tests prepared, if it isn't already. :) (this is true for both |
Maybe no helpers as Keith said, but instead additions to the
menu where the new options:
could be enabled when having a syntax file currently opened. Same for the command palette. Or maybe add one entry which generates all types of tests into new empty views, so the user can work off those? My gut feeling is this would make more sense. I guess leading block (s of line) comments with references on how to do each of them would help, too. |
One thing I am excited for is for the highlighting from |
Via sublimehq/sublime_text#3154, ST can test for symbol definitions and references. While not as important as completions for scope tests, PD should provide some automation for these. Ideas include:
@
is pressed on a test line/commentThe text was updated successfully, but these errors were encountered: