Faith
09-28-2004, 04:21 PM
You know any I don't know, I've got the idea that these features are laid in the IDE just for people to randomly find out ;)
What I know:
1. Select Code with Alt+Mouse, a rectangular selection, sweet indeed...
2. Bookmarks,
- Ctrl+K ^2 inserts one
- Ctrl+K & Ctrl+P moves to previous bookmark
- Ctrl+K & Ctrl+N moves to next bookmark
- Sweet!
3. The old feature also in vb6
- Shift-F2 moves to the declaration of a variable under cursor
- Ctrl+Shift+F2 moves from a declaration to a place where the variable is next used
4. Task List
- Tools->Options->Environment->Tasklist, from here you can add your own tokens or use the ones that are...
- If you create comment like perhaps
'UNDONE 1: This is not done
'UNDONE 2: This is not done
-You can navigate through your code by those tokens which are specifically shown in the tasklist box, sweet!
5. Uppercase/Lowercase
- Ctrl + U makes the selected text lowercase
- Ctrl + Shift + U makes the selected text uppercase
- Sweet!
6. Comment/Uncomment
- Ctrl + K & Ctrl + C comments out selected lines
- Ctrl + K & Ctrl + U uncomments the selected lines
- Sweet!
7. Line numbers
- Tools-> Options -> Text Editor -> Basic -> Display -> Line Numbers
- Semi-Sweet!
8. Show Whitespaces
- Ctrl+R & Ctrl+W
9. Clipboard Ring
- When you copy code it is stored to this Clipboard ring and it can store some amount of them... Then you can paste them by using Ctrl + Shift + V, which'll iterate through your copyings.
- Very Sweet!
10. Adding and removing items to the toolbar,
Rightclick on the toolbar and select Add Tab, then make a name for it, i.e. "My Snippets"
then select a line of code perhaps and drag&drop it to your custom toolbox (My snippets) then you'll notice your snippet is stored there forever, right click on it and select perhaps Rename Item and rename it to whatever you want... You can add that snippet to your code anytime later by doubleclickin' on it or dragging and dropping it.. You could also be makin' a sweet little Favorites tab of what controls you use..
I find all of these features freakin' cool and thus would like to know if there were any other features I should know of? This might also teach someone some new tricks ;)
What I know:
1. Select Code with Alt+Mouse, a rectangular selection, sweet indeed...
2. Bookmarks,
- Ctrl+K ^2 inserts one
- Ctrl+K & Ctrl+P moves to previous bookmark
- Ctrl+K & Ctrl+N moves to next bookmark
- Sweet!
3. The old feature also in vb6
- Shift-F2 moves to the declaration of a variable under cursor
- Ctrl+Shift+F2 moves from a declaration to a place where the variable is next used
4. Task List
- Tools->Options->Environment->Tasklist, from here you can add your own tokens or use the ones that are...
- If you create comment like perhaps
'UNDONE 1: This is not done
'UNDONE 2: This is not done
-You can navigate through your code by those tokens which are specifically shown in the tasklist box, sweet!
5. Uppercase/Lowercase
- Ctrl + U makes the selected text lowercase
- Ctrl + Shift + U makes the selected text uppercase
- Sweet!
6. Comment/Uncomment
- Ctrl + K & Ctrl + C comments out selected lines
- Ctrl + K & Ctrl + U uncomments the selected lines
- Sweet!
7. Line numbers
- Tools-> Options -> Text Editor -> Basic -> Display -> Line Numbers
- Semi-Sweet!
8. Show Whitespaces
- Ctrl+R & Ctrl+W
9. Clipboard Ring
- When you copy code it is stored to this Clipboard ring and it can store some amount of them... Then you can paste them by using Ctrl + Shift + V, which'll iterate through your copyings.
- Very Sweet!
10. Adding and removing items to the toolbar,
Rightclick on the toolbar and select Add Tab, then make a name for it, i.e. "My Snippets"
then select a line of code perhaps and drag&drop it to your custom toolbox (My snippets) then you'll notice your snippet is stored there forever, right click on it and select perhaps Rename Item and rename it to whatever you want... You can add that snippet to your code anytime later by doubleclickin' on it or dragging and dropping it.. You could also be makin' a sweet little Favorites tab of what controls you use..
I find all of these features freakin' cool and thus would like to know if there were any other features I should know of? This might also teach someone some new tricks ;)