A
Academia
I like to be consistent in the way I name items.
Unfortunately I changed the rules a few times as the code developed.
So I'm sure I have things like:
Private Sub XYZ_Click(ByVal sender As System.Object, ByVal e As EventArgs)
Handles ABC.Click
I can't spend a lot of time on this but it would be great if I could easily
develop an IDE add-on that would behave similar to the Find in Entire
Solution except that instead of looking for a string match it would be
looking for something else.
Is there an example anywhere that I could use as a starting point for a
development.
Thanks in advance
Unfortunately I changed the rules a few times as the code developed.
So I'm sure I have things like:
Private Sub XYZ_Click(ByVal sender As System.Object, ByVal e As EventArgs)
Handles ABC.Click
I can't spend a lot of time on this but it would be great if I could easily
develop an IDE add-on that would behave similar to the Find in Entire
Solution except that instead of looking for a string match it would be
looking for something else.
Is there an example anywhere that I could use as a starting point for a
development.
Thanks in advance