支持全局函数补全

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,7 +1,7 @@
#pragma once
#include "../base/provider_interface.hpp"
#include "../base/interface.hpp"
namespace lsp::providers::text_document
namespace lsp::provider::text_document
{
class SelectionRange : public IRequestProvider
{