This question is locked. New answers and comments are not allowed.
I tried to add this to pits but it doesn't seem to let me submit anything in Safari and in IE it makes me submit as a support issue and these seemed too small/many for that. Anyway, here are some things I'd like to see in a future version:
1. Option to switch a method/class from public to protected to private to internal as appropriate
2. A visible indicator when we put in a recursive method call
3. The ability to hide the VS tooltip as we navigate the options of the visual aid (right now types covered by the telerik dropdown cause a VS tooltip to appear above the telerik dropdown)
4. Force simplification of usings on code cleanup. There are times when I'm using an enum like System.Data.DbType and when I do the cleanup the cleanup leaves it fully pathed. I think it should remove the namespace and add a using for me.
5. VS already gives us a little highlight on parenthesis/braces to show the matching item. Would like to see that for quotes, too.
6. A handy feature I saw in another tool: if the brace/parenthesis that matches is offscreen have a popup in the appropriate place to show the line/s of code that match it. Helpful for certain kinds of loops.
7. Allow the generate documentation keystroke work anywhere within the method
8. Optionally allow the using Statements in a code cleanup to be put into a region so they can be collapsed
9. If we're typing in the name of a recognized class/type to automatically put in the using reference (if only one exists) or auto popup prompt if multiple hits possible) and the ability when we're typing in a full path to a type to have it auto-updated to the type with a using reference added for us.
Each release of JustCode gets better. I think these things would really help out a lot of devs.
1. Option to switch a method/class from public to protected to private to internal as appropriate
2. A visible indicator when we put in a recursive method call
3. The ability to hide the VS tooltip as we navigate the options of the visual aid (right now types covered by the telerik dropdown cause a VS tooltip to appear above the telerik dropdown)
4. Force simplification of usings on code cleanup. There are times when I'm using an enum like System.Data.DbType and when I do the cleanup the cleanup leaves it fully pathed. I think it should remove the namespace and add a using for me.
5. VS already gives us a little highlight on parenthesis/braces to show the matching item. Would like to see that for quotes, too.
6. A handy feature I saw in another tool: if the brace/parenthesis that matches is offscreen have a popup in the appropriate place to show the line/s of code that match it. Helpful for certain kinds of loops.
7. Allow the generate documentation keystroke work anywhere within the method
8. Optionally allow the using Statements in a code cleanup to be put into a region so they can be collapsed
9. If we're typing in the name of a recognized class/type to automatically put in the using reference (if only one exists) or auto popup prompt if multiple hits possible) and the ability when we're typing in a full path to a type to have it auto-updated to the type with a using reference added for us.
Each release of JustCode gets better. I think these things would really help out a lot of devs.