Activity overview
Latest activity by jbrown
press tab to expand wildcard - ignores comma preference
if you press tab to expand wildcards, commas will be post-pended even if your prefs are set to prepended, and you can end up with something like
select
a.foo
b.baz,
,c.bar
from atable a
join btable...
request: dependency diagram with metrics
If there is a new version of SQL Doc in the works, I'd like to request a feature similar to that by another product out there called SQLSpec. It has a few features SQL Doc doesn't. Notable among ...