I tried using extension point
"org.eclipse.wst.common.snippets.SnippetContributions" but the issue I am
facing is that the snippets I would be showing would be read on runtime
from some database.
That means I can not configure each snippet item at compile time in the
plugin.xml.
Rather I would need something where I can keep on adding snippet item in
my category at runtime only.....