Is there any way to find Find to ignore any occurrences of the request that are in the comments? This makes some search / replace operations very time consuming.
Thank,
PM
I am wondering if the cause of your problem is that you have a lot of comments from the history code. This is the first thing I saw that causes excessive comment lines. If so, use the correct version control system to save it, and then delete the old code with comments. This is the best practice.
. Find/Replace , , , .
, , VS 2008, " " "", VS 2010. , , . , , , EOF ( - ). "", , .
If this is a refactoring operation, for example, rename, perhaps you can skip comments using refactoring tools.
Source: https://habr.com/ru/post/1773973/More articles:Set linux permissions to write existing files but not create new files - linuxChrome не изменяет размер изображения SVG - javascriptHow to link a third-party library in the Play Framework module? - javaHow can I make binary code for Windows that allows a non-encoder to just get a crash failure that can be passed to gdb? - cDeployment Strategies for Web Services - javaTools for understanding C code - cQt QGraphicsView single background image in the center - qtUsing MergeAdapter; finding a way to determine the data type of a list item in the ListActivity onListItemClicked method - androidСоздание асинхронных клиентов WCF без использования сервисных ссылок - c#Android intends to open a video with a raw resource? - androidAll Articles