 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
Vaccano
Joined: 29 Dec 2006 Posts: 7
|
|
Visual Studio Itellisense stomping |
|
RUNNING BETA 4
This one is really bad!!!
I use Visual Studio to manage my Data Project. Having SQL Assistant work for that is very nice. However, it currently is stomping on the intellisense of Visual Studio when I am in a C# file.
Steps to repro:
1. Install SQL Assistant.
2. Make sure the "Register SQL Assistant Add-in" is set to yes (not sure if this is important, but I have done this)
3. Open Visual Studio
4. Open a C# project
5. Open a C# file in that project.
6. Press Ctrl + Space
RESULT: SQL Assistant tries to connect to a server
EXPECTED: SQL Assistant would realize that this is a C# file and do nothing
6. Type if
RESULT: SQL Assistant Intellisense pops up and changes it to IF
EXPECTED: SQL Assistant would realize that this is a C# file and do nothing
After some trial and error (typing variables and such), I could get the second part to not happen (the IF part).
The ctrl + Space kept happening no matter what.
I don't know how, but there has to be a way to stop it from running when I am in a C# file. This needs to be default in the installer.
I am afraid I will have to disable SQL Assistant until I get a work around for this one.
Vaccano
I hope I give enough feed back for a Free License :)
|
|
Thu Oct 02, 2008 4:16 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
If you are using VS target for application code programming, not just for database development and management, you should remove reference for VsTextEditPane window class from the target settings.
SQL Assistant Options -> Targets -> MS Visual Studio -> Advanced -> Target Window Class -> remove VsTextEditPane and the following comma but keep RichEdit20W.
|
|
Thu Oct 02, 2008 4:24 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|