Deluge-vscodeAn vscode language client for the deluge lang. It interfaces with the Deluge lang server. An Web editor is also available here.
MotivationOne of the problems that I found during my time as intern in Zoho Cliq was the lack of ability to write code locally from an editor. I set out to solve the problem as I was free for past few months and this might also help in my job search. The first step is to write a parser to validate code and then provide language smarts. The Deluge lang server provides most of the features.
FeaturesSyntax highlightingSnippetsHover docsDocs for hover are stored in docs.yaml file. At the moment, hover only works for function calls. SymbolsShows all the variables created in the document CodelensThe message property of some methods can hold html content. An rendered form of html after substituting varaibles as {Variables} is shown in web-view DiagnosticsErrors in the code will be shown with red swiggly's. At the moment, type of error is not specified. Once the lang server implements incremental compilation, this will be updated. Lang server doesnot detect errors in if\for statement test lines.
Extension Settings
Known Issues
|