Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.52 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.52 KB

HelloFalks LS Demo

hellols

Sample language server for HelloFalks language. It's capable of completing sayHello().

This is the source code for this Medium article "Implementing a Language Server…How Hard Can It Be?? — Part 2". It's a part of a 3-Part-Series where Nipuna Marcus walksthrough the process of setting up a simple Language Server via LSP4J, the "Java implementation of the language server protocol".

Implementing a Language Server…How Hard Can It Be??

  1. Implementing a Language Server…How Hard Can It Be?? — Part 1 (Introduction)
  2. Implementing a Language Server…How Hard Can It Be?? — Part 2
  3. Implementing a Language Server… How Hard Can It Be? — Part 3

Ballerina - A real-world example