bin_complete.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:EasyClangComplete 作者: niosus 项目源码 文件源码
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)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号