Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use the VS2003 shortcut key

2025-04-08 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

Editor to share with you how to use VS2003 shortcuts, I believe most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!

The command name shortcut key description is edited. Copy CTRL + CCTRL + INSERT copies the currently selected item to the system clipboard. Editor. Cut CTRL + XSHIFT + DELETE removes the currently selected item to the system clipboard. Editor. Apply the copy item in the clipboard CTRL + SHIFT + INS,CTRL + SHIFT + V to paste the item from the Clipboard Loop tab of the Toolbox at the insertion point in the file.

And automatically select the pasted item. You can view each item on the clipboard by pressing these shortcuts repeatedly.

Editor. Go to the next location F8 moves the cursor to the next item, such as a task in the Task list window or a search match in the find results window. Each time you press F8, you move to the next item in the list.

Editor. Go to previous location SHIFT + F8 in the Task list window or find results window, move the cursor to the previous item.

Editor. Go to the reference SHIFT + F12 to display the selection in the code. Editor. Open the file CTRL + SHIFT + G displays the Open File dialog box, where you can select an existing file to open.

Editor. Paste CTRL + VSHIFT + INSERT to insert the contents of the clipboard at the insertion point. Editor. Repeat CTRL + SHIFT + Z

CTRL + YSHIFT + ALT + BACKSPACE restores the last undone action. Editor. Deselect the ESC to close the menu or dialog box, cancel the operation in progress, or focus on the current document window. Available only in .NET Framework designers. Editor. Undo ALT + BACKSPACECTRL + Z undo the last edit operation.

Documents. Print CTRL + P displays the print dialog box, where you can select printer settings. Documents. Save all CTRL + SHIFT + S saves all documents in the current solution and any files in external file projects. Documents. Save selected items CTRL + S saves selected items in the current project. Tools. Go to the command line CTRL + / place the caret in the find / Command box on the Standard toolbar. View. Next task CTRL + SHIFT + F12 moves to the next task in the Task list window. View. The pop-up browsing context CTRL + SHIFT + 8 returns to the location where the last browse operation was performed. Available in the object browser or Class View window.

View. View Code F7 displays the selected item in Code view of the editor.

View. View designer SHIFT + F7 displays the selected items in Design view in the editor. View. Web position ALT + left arrow key to display the previous page in the view history. Available only in the Web browser window. View. Web forward position ALT + right Arrow key to display the next page in the viewing history. Available only in the Web browser window.

HTML designer VS2003 shortcuts the following shortcut key combinations are available only when editing in HTML designer. Some key combinations are available only in specific views of the designer. The command name shortcut key description is edited. List members CTRL + J when editing the code, list the members of the current class to complete the statement. Available only for the HTML view of the HTML designer. Editor. Parameter Information CTRL + SHIFT + Spacebar displays a tooltip containing the current parameter information based on the current language. Available only for the HTML view of the HTML editor. Editor. CTRL + PAGE DOWN at the bottom of the view moves to the end of the current document. Available only in the HTML view of the HTML designer.

Editor. At the top of the view, CTRL + PAGE UP (Save the file as) moves to the top of the current window. Available only in the HTML view of the HTML designer.

Format. Bold CTRL + B toggles the selected text between bold and normal.

Available only in Design view of the HTML designer. Format. Bookmark CTRL + SHIFT + L displays the Bookmarks dialog box. Available only in Design view of the HTML designer. Format. After converting to hyperlink CTRL + L selected text, the Hyperlink dialog box is displayed. Available only in Design view of the HTML designer. Format. Reducing indentation CTRL + SHIFT + T reduces the selected paragraph by one indent unit. Available only in Design view of the HTML designer. Format. Adding indent CTRL + T indents the selected paragraph by one indent unit. Available only in Design view of the HTML designer. Format. Italic CTRL + I toggles the selected text between italics and normal. Available only in Design view of the HTML designer.

Format. Locking the element CTRL + SHIFT + K prevents absolutely positioned elements from being accidentally moved. Available only in Design view of the HTML designer. Format. Display Grid CTRL + G toggles the display grid. Available only in Design view of the HTML designer. Format. Gridline alignment CTRL + SHIFT + G specifies that elements are aligned using invisible grids. You can set the grid distance on the Design pane of the HTML designer option in the options dialog box, and the grid will change the next time you open the document. Available only in Design view of the HTML designer. Format. The underscore CTRL + U toggles the selected text between underscore and normal. Available only in Design view of the HTML designer.

Table. Insert the column CTRL + ALT + left arrow key to its left to add a column to the left of the current column in the table. Available only in Design view of the HTML designer. Table. Insert the column CTRL + ALT + right Arrow to the right to add a column to the right of the current column in the table. Available only in Design view of the HTML designer. Table. Insert a row above it CTRL + ALT + the up arrow key adds a row above the current row in the table. Available only in Design view of the HTML designer. Table. Insert a row below it the CTRL + ALT + down arrow key adds a row below the current row in the table. Available only in Design view of the HTML designer.

View. Details CTRL + SHIFT + Q displays signal icons for HTML elements that do not have a visual representation, such as comments, scripts, and anchors for absolute positioning elements. Available only in Design view of the HTML designer. View. The next view, CTRL + PAGE DOWN, switches from Design view to HTML view and vice versa. Available only in Design view of the HTML designer. View. The visual border CTRL + Q displays a 1-pixel border around HTML elements that support the BORDER attribute, such as tables, table cells, and intervals, and sets the attribute to zero. Available only in Design view of the HTML designer.

XML designer VS2003 Shortcut

The command name shortcut key describes the architecture. Collapse CTRL + (-) collapses nested elements. Used only in the Schema view of the XML designer. Architecture. Expand CTRL + (=) to expand nested elements. Used only in the Schema view of the XML designer. Control actions shortcut column shortcut key combinations can be used to move and select controls and to change the size of controls on the design surface.

The command name shortcut key description is edited. Move down control CTRL + the down arrow key moves the selected control down in increments of 1 on the design surface. Editor. Move the control to the lower grid under the arrow key on the design surface, and move the selected control down in increments of 8. Editor. Move control CTRL + left arrow key on the design surface, move the control to the left in increments of 1. Editor. Move the control to the left grid the left arrow key on the design surface and move the control to the left in increments of 8. Editor. Move the control CTRL + right arrow key on the design surface to move the control to the right in increments of 1.

Editor. Move the control to the right grid the right arrow key on the design surface and move the control to the right in increments of 8. Editor. Move up control CTRL + up arrow keys on the design surface to move the control up in increments of 1. Editor. Move the control to the upper grid, the arrow keys on the design surface, and move the control up in increments of 8. Editor. Select the next control TAB key to move to the next control on the page. Editor. Select the previous control SHIFT + TAB key to move back to the last selected control on the page.

The above is all the contents of the article "how to use VS2003 Shortcut Keys". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 234

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report