dbForge SQL Complete User-defined Outlining Regions not work

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
andy.plsql
Posts: 1
Joined: Fri 05 Sep 2014 04:08

dbForge SQL Complete User-defined Outlining Regions not work

Post by andy.plsql » Fri 05 Sep 2014 04:13

Hello! User-defined Outlining Regions not work!
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
But I can only use the default regions in-line IntelliSense.
When disabled IntelliSense regions are not available at all.
Example 1: Image
Example 2: Image
Example 3 (without IntelliSense): Image

Anyone have this problem?

alexa

Re: dbForge SQL Complete User-defined Outlining Regions not work

Post by alexa » Fri 05 Sep 2014 09:07

Hello.

Thank you for bringing this to our attention.

This appears to be a bug in the documentation of dbForge SQL Complete. Such a feature is not present in dbForge SQL Complete, but exists only in dbForge Studio for SQL Server.

mahdeen
Posts: 1
Joined: Thu 18 Sep 2014 06:50

Re: dbForge SQL Complete User-defined Outlining Regions not work

Post by mahdeen » Thu 18 Sep 2014 06:52

I found a way to do it, by going directly to the Data Export function from the start screen. It's not as intuitive as using the database explorer first, but it works for now.

________________________
Get free demos for pass4sure exam and mcts exam with 100% guaranteed success. Our best quality Kean University prepares you well before appearing in the final exams of Rockefeller University.
Last edited by mahdeen on Thu 02 Oct 2014 10:59, edited 1 time in total.

alexa

Re: dbForge SQL Complete User-defined Outlining Regions not work

Post by alexa » Fri 19 Sep 2014 11:31

But I can only use the default regions in-line IntelliSense.
When disabled IntelliSense regions are not available at all.
Could you please explain the steps to reproduce this issue in details?
I found a way to do it, by going directly to the Data Export function from the start screen. It's not as intuitive as using the database explorer first, but it works for now.
Could you please let us know what product you were referring to? Please note that there is no Database Explorer in dbForge.

Post Reply