[fpc-pascal] Pascal Language Server
Michael Van Canneyt
michael at freepascal.org
Wed Apr 29 10:23:13 CEST 2020
On Wed, 29 Apr 2020, Ryan Joseph via fpc-pascal wrote:
>
>
>> On Apr 28, 2020, at 7:47 PM, Michael Van Canneyt <michael at freepascal.org> wrote:
>>
>> Incredibly looking forward to test-driving this in Atom... :-)
>
> Michael, do you actually know how to setup a language server in Atom? I've only tested on Sublime Text but I do plan to learn how to setup VSCode also when I find some time.
>From the research I did till now, for Atom a package must be installed:
https://github.com/atom/atom-languageclient
and then it should be a matter of creating a descendent of the language client.
The C# one seems easy enough to convert :-)
> You should be able to build this and do some testing even if it's not finished and we'd like to know if it works on other editors.
>
> https://github.com/genericptr/pascal-language-server
I won't have time to test till the weekend, but during the weekend I will test and report.
Don't let me keep you from adding features in the meantime, though :-)
Michael.
More information about the fpc-pascal
mailing list