Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Sql Autocomplete Dream System

forums forums SQLyog SQLyog: Bugs / Feature Requests Sql Autocomplete Dream System

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #11875
      leepy
      Member

      SQLyog is a great product I have just bought it.

      My dream improvement to SQLyog would be in sql editor the autocomplete feature.

      I would love it to be extended thus:

      firstly [select ] would be a shortcut button/key combination nearby.

      SELECT dl.

      this would bring up a dialog where you select the ALIAS as being DirectoryListing table – forever afterwards that would be remembered.

      a drop down list would then appear to select column – this could be selected using any key such as 'space' (VS works like this but 'enter' as present would still work). in our example space anyway:

      this key would be added to our selection:

      select dl.BusinessID from

      this would now bring up the dropdown showing 'DirectoryListing dl'

      select dl.BusinessID from DirectoryListing dl

      then enter 'where dl.'

      dropdown column list appears

      select dl.BusinessID from DirectoryListing where dl.DirectoryListingID

      etc

      Wouldn't be a lot of work to create, I'd hope, but it would be a dream to use.

    • #30493
      Rohit
      Member

      Good idea. Let me discuss with team

    • #30494
      navyashree.r
      Member

      Hi,

      We have added this feature request in our issue tracker,

      http://code.google.com/p/sqlyog/issues/detail?id=1242

      As we said we will discuss about this feature and set priority accordingly. Right now we are piled with new features in the upcoming future. Also we went with 8.3 beta1 release publicly yesterday.

      You can read our blog,

      http://www.webyog.com/blog/2010/02/18/sqlyog-mysql-gui-8-3-beta-1-has-been-released/

      We will update you once we discuss about this.

      Thanks for your suggestion.

      Regards,

      Navya

Viewing 2 reply threads
  • You must be logged in to reply to this topic.