Language Server Protocol and Implementation: Supporting Language-Smart Editing and Programming Tools
Autor Nadeeshaan Gunasinghe, Nipuna Marcusen Limba Engleză Paperback – 14 noi 2021
This book covers the language server protocol used for communication between programming tools and your language server. The book also provides an in-depth understanding of the design, implementation, and user experience aspects which should be considered when implementing a language server. The book walks you through an example language server implementation to illustrate the basic concepts, then goes on to cover advanced aspects of language server use such as progress reporting, launchers, and extension points.
User experience is an important aspect of language server implementation and different tooling vendors strive to provide their own unique user experiences. This book explains how the protocol features can be leveraged to address the unique developer experience provided by different tooling vendors. The book also shows how to enhance the smoothness of the editing experience by orchestrating multiple features together.
What You Will Learn
- Implement a language server from scratch
- Understand language server protocol and its data models
- Leverage the protocol while preserving the unique user experience of different editors
- Extend the protocol to support more than its standard capabilities
- Run a language server on top of launchers such as standard I/O and TCP socket
- Seamlessly incorporate language semantics into your protocol features
Who This Book Is For
Developers focused on and passionate about implementing language development tools such as plug-ins and extensions for interactive development environments (IDEs) or other tools that rely upon parsing of language statements and commands, and developers who need an in-depth understanding of the language server protocol as well as how to use the language server protocol to develop extensible language services
Preț: 256.37 lei
Preț vechi: 320.46 lei
-20% Nou
Puncte Express: 385
Preț estimativ în valută:
49.06€ • 51.61$ • 40.62£
49.06€ • 51.61$ • 40.62£
Carte disponibilă
Livrare economică 24 decembrie 24 - 07 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484277911
ISBN-10: 1484277910
Pagini: 180
Ilustrații: XXI, 239 p. 18 illus.
Dimensiuni: 178 x 254 x 24 mm
Greutate: 0.51 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484277910
Pagini: 180
Ilustrații: XXI, 239 p. 18 illus.
Dimensiuni: 178 x 254 x 24 mm
Greutate: 0.51 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
Chapter 1: Developer Tools and Language Services.- Chapter 2: Understanding the Language Server Protocol.- Chapter 3: Implementing a Language Server.- Chapter 4: General Messages.- Chapter 5: Text Synchronization.- Chapter 6: Diagnostics, Smart Editing and Documentation.- Chapter 7: Refactoring and Code Fixes .- Chapter 8: Code Navigation and Navigation Helpers .- Chapter 9: Presentation and Selection .- Chapter 10: Workspace Operations.- Chapter 11: Advanced Concepts.
Notă biografică
Nadeeshaan Gunasinghe is Technical Lead at WSO2 and has more than five years of experience in enterprise integration, programming languages, and developer tooling. He leads the Ballerina Language Server team and is a key contributor to Ballerina, which is an open-source programming language and platform for the cloud, and he is an active contributor to the WSO2 Enterprise Service Bus.
Nipuna Marcus is Technical Lead at WSO2 and has more than five years of experience in front end development, programming languages, and developer tooling. He was a member of the Ballerina Language Server team and a key contributor to the Ballerina programming language.
Textul de pe ultima copertă
Understand the important aspects of implementing a production-grade language server in support of language-smart tools such as code editors and other programming utilities. This book shows you how to create a single implementation of a language server that can be used by multiple tools, enabling you to do the job once in a way that can be shared and reused.
This book covers the language server protocol used for communication between programming tools and your language server. The book also provides an in-depth understanding of the design, implementation, and user experience aspects which should be considered when implementing a language server. The book walks you through an example language server implementation to illustrate the basic concepts, then goes on to cover advanced aspects of language server use such as progress reporting, launchers, and extension points.
User experience is an important aspect of language server implementation and different tooling vendors strive to provide their own unique user experiences. This book explains how the protocol features can be leveraged to address the unique developer experience provided by different tooling vendors. The book also shows how to enhance the smoothness of the editing experience by orchestrating multiple features together.
What You Will Learn
- Implement a language server from scratch
- Understand language server protocol and its data models
- Leverage the protocol while preserving the unique user experience of different editors
- Extend the protocol to support more than its standard capabilities
- Run a language server on top of launchers such as standard I/O and TCP socket
- Seamlessly incorporate language semantics into your protocol features
Who This Book Is For
Developers focused on and passionate about implementing language development tools such as plug-ins and extensions for interactive development environments (IDEs) or other tools that rely upon parsing of language statements and commands, and developers who need an in-depth understanding of the language server protocol as well as how to use the language server protocol to develop extensible language services
Caracteristici
Provides an all-in-one resource on the language server protocol Demonstrates design, user experience, and best practices Covers advanced concepts such as progress reporting, launchers, and extension points