I suggest tags --region & --endregion, but the region is not allocated and is not hidden. My version 4.7.226.1 Standard Edition.
I write the following SQL code:
Code: Select all
USE ReportServer
GO
--region SELECT
SELECT
--endregion SELECT
--region columns
ItemID,
Path,
Name,
ParentID,
Type,
Content,
Intermediate,
SnapshotDataID,
LinkSourceID,
Property,
Description
--endregion columns
--region
FROM dbo.Catalog;
--endregion
When disabled IntelliSense regions are not available at all.
Example 1:
Example 2:
Example 3 (without IntelliSense):
Anyone have this problem?