org.das2.jythoncompletion.support.CompletionProvider

The basic interface of the code completion querying SPI. Various implementations can be registered per a document mime-type.


COMPLETION_QUERY_TYPE

The int value representing the query for a code completion.


DOCUMENTATION_QUERY_TYPE

The int value representing the query for a documentation.


TOOLTIP_QUERY_TYPE

The int value representing the query for a tooltip hint.


COMPLETION_ALL_QUERY_TYPE

The int value representing the query for an all code completion.