Notepad++ How To Single Line Comment - Uncomment Or Block Lines Comment - Uncomment

preview_player
Показать описание
Notepad++ How To Single Line Comment - Uncomment Or Block Lines Comment - Uncomment

Comments generally come in one or two flavours, depending of the programming language being considered.
Notepad++ supports both types of comments when a language is selected and said language supports such commenting. "Language" is anything that is attached to a lexer, so it could be some source code, HTML or XML formatted data, or anything else where comenting makes sense.
Use Edit - Comment/Uncomment (standard keyboard shortcut: Ctrl-Shift-Q). This surrounds the selection with the stream comment marks, when the language supports them, like /* ... */ in C or Java.

🌸 Subscribe for more videos :

🌸 Follow me On Social Media

***********************************************************************

🌸 Notepad++ tips and tricks

🌸 Useful Notepad++ Plugins Tutorial

🌸 Notepad++ Multi-editing and Selection Tutorial

🌸 Notepad++ Bookmarks Tutorial

🌸 Notepad++ Find In Files Tutorial

🌸 Notepad++ : How to remove all lines containing a specific string text

🌸 Notepad++ : How to encrypt selected text and entire text using NppCrypt

🌸 How To Remove Duplicate Lines with Notepad++

🌸 Notepad++ Monitor Log or Text File Changes in Real Time

🌸 Notepad++ - How To Add Text at Start and End of Each Line

🌸 Notepad++ How to Remove all XML or HTML tags

🌸 Notepad++ How to use Incremental Search

🌸 Notepad++ How To Insert Incrementing Numbers

🌸 How To Use Notepad++ As A Hex Editor

🌸 Notepad++ How To Insert A String Or A Number To Every Line

🌸 How To Format And Validate An XML File Using Notepad++

***********************************************************************
#Notepad++#TextEdiror#Windows#Programming
Рекомендации по теме
Комментарии
Автор

Without any modifying, I use Ctrl+K and Ctrl+Shift+K to comment and uncomment.

tranhoangkimlong