#include "../../../LSP/Phasor/LSP.hpp"
#include <json.hpp>
#include <string>
#include <stdexcept>
#include <nativeerror.h>
Go to the source code of this file.
|
| using | json = nlohmann::json |
◆ json
| using json = nlohmann::json |
◆ handleDefinition()
◆ handleHover()
◆ handleInitialize()
◆ main()
◆ makeError()
| json makeError |
( |
const json & | id, |
|
|
int | code, |
|
|
const std::string & | message ) |
|
static |
◆ makeNotification()
| json makeNotification |
( |
const std::string & | method, |
|
|
json | params ) |
|
static |
◆ makePointRange()
| json makePointRange |
( |
size_t | line, |
|
|
size_t | col ) |
|
static |
◆ makeResponse()
◆ publishDiagnostics()
◆ readMessage()
| std::string readMessage |
( |
| ) |
|
|
static |
◆ writeMessage()
| void writeMessage |
( |
const json & | msg | ) |
|
|
static |