支持全局函数补全

This commit is contained in:
csh
2025-09-27 22:23:04 +08:00
parent aac12137cb
commit dc713e6893
220 changed files with 195514 additions and 195869 deletions
@@ -1,6 +1,6 @@
#include "./cancel_request.hpp"
namespace lsp::providers
namespace lsp::provider
{
std::string CancelRequest::GetMethod() const
{
@@ -1,9 +1,9 @@
#pragma once
#include <spdlog/spdlog.h>
#include "../base/provider_interface.hpp"
#include "../base/interface.hpp"
#include "../../protocol/transform/facade.hpp"
namespace lsp::providers
namespace lsp::provider
{
class CancelRequest : public INotificationProvider
{