powered by simpleCommunicator - 2.0.60     © 2026 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / WinForms, .Net Framework [игнор отключен] [закрыт для гостей] / Срочно !!! Горячие клавиши в Visual Studi.NET
5 сообщений из 5, страница 1 из 1
Срочно !!! Горячие клавиши в Visual Studi.NET
    #32383152
MBorovik
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Набираем большой проект. Без работы с блоками текста совсем плохо :-((((
Кто знает список горячих клавиш(ShortCut) для работы с текстом программы -
выделение блока, копирование блока и так далее!!!
Спасибо Михаил
...
Рейтинг: 0 / 0
Срочно !!! Горячие клавиши в Visual Studi.NET
    #32383296
Фотография hDrummer
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Да такие же как и везде - Ctrl+C(Ins), Ctrl+V(Shift+Ins), с Alt+мышь выделение попробуйте.
...
Рейтинг: 0 / 0
Срочно !!! Горячие клавиши в Visual Studi.NET
    #32383331
MBorovik
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Нам работа с вертикальными блоками нужна! а не просто копировать\вствить!!!
...
Рейтинг: 0 / 0
Срочно !!! Горячие клавиши в Visual Studi.NET
    #32383337
Фотография hDrummer
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
с Alt+мышь выделение попробуйте
...
Рейтинг: 0 / 0
Срочно !!! Горячие клавиши в Visual Studi.NET
    #32383403
red1
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Может эти комбинации помогут

Edit.BreakLine
ENTER

SHIFT-ENTER
Inserts a new line.

Edit.CharTranspose
CTRL-T
Swaps the characters on either side of the cursor. (For example, AC|BD becomes AB|CD.) Available only in text editors.

Edit.ClearBookmarks
CTRL-K, CTRL-L
Removes all unnamed bookmarks in the current document.

Edit.CollapseToDefinitions
CTRL-M, CTRL-O
Automatically determines logical boundaries for creating regions in code, such as procedures, and then hides them. This collapses all such regions in the current document.

Edit.CommentSelection
CTRL-K, CTRL-C
Marks the current line or selected lines of code as a comment, using the correct comment syntax for the programming language.

Edit.CompleteWord
ALT-RIGHT ARROW

CTRL-SPACEBAR
Displays statement completion based on the current language or autocompletes word if existing text unambiguously identifies a single symbol.

Edit.Delete
DELETE
Deletes one character to the right of the cursor.

Edit.DeleteBackwards
BACKSPACE

SHIFT-BACKSPACE
Deletes one character to the left of the cursor.

Edit.DeleteHorizontalWhitespace
CTRL-K, CTRL-\
Removes horizontal whitespace in the selection or deletes whitespace adjacent to the cursor if there is no selection.

Edit.FormatDocument
CTRL-K, CTRL-D
Applies the indenting and space formatting for the language as specified on the Formatting pane of the language in the Text Editor section of the Options dialog to the document. This shortcut is available only in VB.NET—in other languages you must first select the whole document with Ctrl-A and then format the selection with Ctrl-K, Ctrl-F.

Edit.FormatSelection
CTRL-K, CTRL-F
Applies the indenting and space formatting for the language as specified on the Formatting pane of the language in the Text Editor section of the Options dialog to the selected text.

Edit.HideSelection
CTRL-M, CTRL-H
Hides the selected text. A signal icon marks the location of the hidden text in the file. VB.NET only.

Edit.InsertTab
TAB
Indents the currently selected line or lines by one tab stop. If there is no selection, this inserts a tab stop.

Edit.LineCut
CTRL-L
Cuts all selected lines or the current line if nothing has been selected to the clipboard.

Edit.LineDelete
CTRL-SHIFT-L
Deletes all selected lines or the current line if no selection has been made.

Edit.LineOpenAbove
CTRL-ENTER
Inserts a blank line above the cursor.

Edit.LineOpenBelow
CTRL-SHIFT-ENTER
Inserts a blank line below the cursor.

Edit.LineTranspose
SHIFT-ALT-T
Moves the line containing the cursor below the next line.

Edit.ListMembers
CTRL-J
Lists members for statement completion when editing code.

Edit.MakeLowercase
CTRL-U
Changes the selected text to lowercase characters.

Edit.MakeUppercase
CTRL-SHIFT-U
Changes the selected text to uppercase characters.

Edit.OverTypeMode
INSERT
Toggles between insert and overtype insertion modes.

Edit.ParameterInfo
CTRL-SHIFT-SPACEBAR
Displays a tooltip that contains information for the current parameter, based on the current language.

Edit.StopHidingCurrent
CTRL-M, CTRL-U
Removes the outlining information for the currently selected region.

Edit.StopOutlining
CTRL-M, CTRL-P
Removes all outlining information from the entire document.

Edit.SwapAnchor
CTRL-R, CTRL-P
Swaps the anchor and endpoint of the current selection.

Edit.TabLeft
SHIFT-TAB
Moves current line or selected lines one tab stop to the left.

Edit.ToggleAllOutlining
CTRL-M, CTRL-L
Toggles all previously marked hidden text sections between hidden and display states.

Edit.ToggleBookmark
CTRL-K, CTRL-K
Sets or removes a bookmark at the current line.

Edit.ToggleOutliningExpansion
CTRL-M, CTRL-M
Toggles the currently selected hidden text section or the section containing the cursor if there is no selection between the hidden and display states.

Edit.ToggleTaskListShortcut
CTRL-K, CTRL-H
Sets or removes a shortcut in the tasklist to the current line.

Edit.ToggleWordWrap
CTRL-R, CTRL-R
Enables or disables word wrap in an editor.

Edit.UncommentSelection
CTRL-K, CTRL-U
Removes the comment syntax from the current line or currently selected lines of code.

Edit.ViewWhiteSpace
CTRL-R, CTRL-W
Shows or hides spaces and tab marks.

Edit.WordDeleteToEnd
CTRL-DELETE
Deletes the word to the right of the cursor.

Edit.WordDeleteToStart
CTRL-BACKSPACE
Deletes the word to the left of the cursor.

Edit.WordTranspose
CTRL-SHIFT-T
Transposes the two words that follow the cursor. (For example, |End Sub would be changed to read Sub End|.)
...
Рейтинг: 0 / 0
5 сообщений из 5, страница 1 из 1
Форумы / WinForms, .Net Framework [игнор отключен] [закрыт для гостей] / Срочно !!! Горячие клавиши в Visual Studi.NET
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]