tern icon indicating copy to clipboard operation
tern copied to clipboard

TERN and LSP

Open PavelSosin opened this issue 7 years ago • 2 comments
trafficstars

Does any known implementation of TERN communicating with client via LSP protocol exists? Currently, SAP WebIDE uses Orion libraries from Scripted editor to provide Javascript code assistance but this is our past. For other languages we already use LSP Servers running as Cloud Foundry applications. We also need possibility to extend Javascript inference to support already implemented feature - support of SAP UI5 Controls library which generates UI Controls on the fly based on JSON style metadata. We would like to estimate necessary efforts as soon as possible.

PavelSosin avatar Mar 07 '18 18:03 PavelSosin

https://github.com/hsiaosiyuan0/vscode-ternjs is the only example I know of.

tbodt avatar Apr 23 '18 23:04 tbodt

@PavelSosin maybe this one? https://github.com/tbodt/js-langserver

iamFIREcracker avatar Nov 11 '18 09:11 iamFIREcracker