Hello,
I wonder how eclipse editor works to enable code assistance?
For example: XML editor for hibernate property file.
Within the editor, if I ctrl-space within a tag, a list of possible value relevant to hibernate will show up.
I understand that the xml editor is pre-configured to understand xml tag, but how about tag specific to a particular framework?
Can you explain the process? why this happen?