語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Language server protocol and impleme...
~
Gunasinghe, Nadeeshaan.
FindBook
Google Book
Amazon
博客來
Language server protocol and implementation = supporting language-smart editing and programming tools /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Language server protocol and implementation/ by Nadeeshaan Gunasinghe, Nipuna Marcus.
其他題名:
supporting language-smart editing and programming tools /
作者:
Gunasinghe, Nadeeshaan.
其他作者:
Marcus, Nipuna.
出版者:
Berkeley, CA :Apress : : 2022.,
面頁冊數:
xxi, 239 p. :ill., digital ;24 cm.
內容註:
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.
Contained By:
Springer Nature eBook
標題:
Computer programming. -
電子資源:
https://doi.org/10.1007/978-1-4842-7792-8
ISBN:
9781484277928
Language server protocol and implementation = supporting language-smart editing and programming tools /
Gunasinghe, Nadeeshaan.
Language server protocol and implementation
supporting language-smart editing and programming tools /[electronic resource] :by Nadeeshaan Gunasinghe, Nipuna Marcus. - Berkeley, CA :Apress :2022. - xxi, 239 p. :ill., digital ;24 cm.
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.
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.
ISBN: 9781484277928
Standard No.: 10.1007/978-1-4842-7792-8doiSubjects--Topical Terms:
527209
Computer programming.
LC Class. No.: QA76.7 / .G86 2022
Dewey Class. No.: 005.13
Language server protocol and implementation = supporting language-smart editing and programming tools /
LDR
:03698nmm a2200325 a 4500
001
2297869
003
DE-He213
005
20220124160550.0
006
m d
007
cr nn 008maaau
008
230324s2022 cau s 0 eng d
020
$a
9781484277928
$q
(electronic bk.)
020
$a
9781484277911
$q
(paper)
024
7
$a
10.1007/978-1-4842-7792-8
$2
doi
035
$a
978-1-4842-7792-8
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.7
$b
.G86 2022
072
7
$a
UMX
$2
bicssc
072
7
$a
COM000000
$2
bisacsh
072
7
$a
UMX
$2
thema
082
0 4
$a
005.13
$2
23
090
$a
QA76.7
$b
.G975 2022
100
1
$a
Gunasinghe, Nadeeshaan.
$3
3593852
245
1 0
$a
Language server protocol and implementation
$h
[electronic resource] :
$b
supporting language-smart editing and programming tools /
$c
by Nadeeshaan Gunasinghe, Nipuna Marcus.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2022.
300
$a
xxi, 239 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
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.
520
$a
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.
650
0
$a
Computer programming.
$3
527209
650
0
$a
Programming languages (Electronic computers)
$3
606806
650
1 4
$a
Programming Language.
$3
3538935
650
2 4
$a
Compilers and Interpreters.
$3
3592044
650
2 4
$a
Software Engineering.
$3
890874
700
1
$a
Marcus, Nipuna.
$3
3593853
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-7792-8
950
$a
Professional and Applied Computing (SpringerNature-12059)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9439761
電子資源
11.線上閱覽_V
電子書
EB QA76.7 .G86 2022
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入