You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was on 2.6.238.0 prior to this and IntelliSense worked great. It would fill in table and column names perfectly for me, even if I aliased the table names to something else it still worked great.
Now, after upgrading to 3.0.0.290, the only auto-complete feature in SWQL Studio that works is Functions. No table names or column names pop-up in the autocomplete, it doesn't matter if I've aliased a table or not. It just doesn't work now.
I have checked to make sure my preferences are still set. I've also tried toggling the settings off and on and I've tried restarting SWQL Studio. Still not working.
The text was updated successfully, but these errors were encountered:
So I just tried installing the latest version from March (SWQL Studio version 3.0.0.309) and Intellisense still isn't working properly. But as soon as I go back to the old 2.6 version it works fine again.
Thanks for reporting this. The issue lies in small change that actually made the autocomplete case sensitive - and since lot of people are used to write everything lowercase, noone noticed before.
Fix in PR #278. Release will follow once the PR is approved.
I'm not sure how to read the comment on the pull request to know if that is indicating that the issue is fixed. I'm still seeing the problem on versions: v3.0, v3.0.0.309-beta. When I switch back to lower versions it works.
Example: SELECT N.xxxx FROM Orion.Nodes N
In the previous versions if I enter the N. I can start typing column names and IntelliSense would provide the matching column names.
I was on 2.6.238.0 prior to this and IntelliSense worked great. It would fill in table and column names perfectly for me, even if I aliased the table names to something else it still worked great.
Now, after upgrading to 3.0.0.290, the only auto-complete feature in SWQL Studio that works is Functions. No table names or column names pop-up in the autocomplete, it doesn't matter if I've aliased a table or not. It just doesn't work now.
I have checked to make sure my preferences are still set. I've also tried toggling the settings off and on and I've tried restarting SWQL Studio. Still not working.
The text was updated successfully, but these errors were encountered: