hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
server.cpp File Reference
#include "server.h"
#include "completion.h"
#include "hover.h"
#include "definition.h"
#include <climits>
#include <iostream>
#include <filesystem>
#include <sstream>
#include <share/def.hpp>
Include dependency graph for server.cpp:

Go to the source code of this file.

Namespaces

namespace  lsp
 

Functions

static int safeInt (yoi::indexT v)
 
static lsp::SymbolKind mapSymbolKind (HoshiSymbolKind k)
 
static DocumentSymbol documentSymbolFor (const Symbol &symbol)
 
static void extendRangeToInclude (Range &range, const Range &child)