Useless implicit code completion blocks

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
Der_Meister
Posts: 5
Joined: Wed 19 Nov 2014 19:45

Useless implicit code completion blocks

Post by Der_Meister » Thu 20 Nov 2014 22:03

I enabled code-completion after whitespace.
Image

It's strange in dbForge Studio 4.0.35. It worked better in version 3.8.

I try to enter this statement:

Code: Select all

select * from sys.tables where name = 'sdf'
I enter it using code-completion:

Code: Select all

se<space> * fr<space>sy<period>tables wh<space>na<space>= 'sdf'
dbForge Studio added 2 useless words into result. F.e. when I type "where name = ", it becomes "where name ADD= ".

Code: Select all

SELECT * FROM sys.tables WHERE name ADD=
Video:
http://screencast.com/t/xAe7PAgCvmV

alexa

Re: Useless implicit code completion blocks

Post by alexa » Fri 21 Nov 2014 11:20

Please try the following:

1. Select 'SQL Complete -> Options' from the main menu. The 'Options' window opens.
2. Navigate to the 'List Members' branch in the 'Options' window.
3. Unselect the 'Following characters:' option.
4. Click 'OK'.

alexa

Re: Useless implicit code completion blocks

Post by alexa » Fri 21 Nov 2014 13:26

Though, we will fix this issue in the next product build.

Der_Meister
Posts: 5
Joined: Wed 19 Nov 2014 19:45

Re: Useless implicit code completion blocks

Post by Der_Meister » Fri 21 Nov 2014 22:36

alexa wrote:3. Unselect the 'Following characters:' option.
It helped. Thank you.

alexa

Re: Useless implicit code completion blocks

Post by alexa » Mon 01 Dec 2014 16:09

We would like to let you know that we have released dbForge SQL Complete, v4.8.33 where the issue you reported is fixed http://www.devart.com/dbforge/sql/sqlco ... nload.html

Thank you for your help in improving dbForge SQL Complete.

Post Reply