Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

ShadobaAI/bsl-language-server-api

Repository files navigation

AddIn.BSL_LS_API

AddinTemplate - шаблон внешней компоненты 1С:

https://github.com/Infactum/addin-template
https://github.com/lintest/AddinTemplate

BSL-Language-Server:

https://github.com/1c-syntax/bsl-language-server

1С:

//УстановитьВнешнююКомпоненту("ОбщийМакет.BSL_LS_API"); // только для клиента
ПодключитьВнешнююКомпоненту("ОбщийМакет.BSL_LS_API", "BSLLS");
BSL_LS = Новый("AddIn.BSLLS.BSLLanguageServerAPI");
BSL_LS.Адрес = "ws://localhost:8025/lsp";
СтрокаJSON = BSL_LS.Проверять("1=1");

About

No description or website provided.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors