My team is new to using TOAD and I'd like to setup a default configuration to make it easy. I've been able to do this by configuring all the settings and then having all users download my profile on top of theirs in the Appdata folder. This has worked relatively well, however, I have two issues:
1. In the options->Local Storage->General screen, it defaults to my user profile instead of the users profile. Could I manually update a config file so that it pulls the users profile location, instead of mine? Can I use an environment variable of some sort so it defaults to the user that installs my profile?
2. I want to use shared code snippets from a shared drive, so adding the share snippets folder under Environment->Network share, kind of works
a. When I try to use the ctrl+space hotkey, I get a language error ("there are no Snipppest available for language 'SQL (mysql)'... well, I deleted the snippet folder for mysql because we dont use it. We use SQL Server. How do I get my editor window to recognize where to pull snippets from? I mainly will want them from my shared snippets folder
Lastly, something that annoys me. The snippets don't show up as auto-complete when I'm typing. So if I start typing a snippet that I know should exist, should it start popping up so I know to hit ctrl+space? Otherwise I have to memorize all the snippets shortcuts? I used red-gate sql prompt and it does a really good job at this.