def info(self, tooltip_request, settings):
"""Provide information about object in given location.
Using the current translation unit it queries libclang for available
information about cursor.
Args:
tooltip_request (tools.ActionRequest): A request for action
from the plugin.
settings: All plugin settings.
Returns:
(tools.ActionRequest, str): completion request along with the
info details read from the translation unit.
"""
# This is a dummy implementation that just shows an error to the user.
sublime.error_message(DUMMY_INFO_MSG)
评论列表
文章目录