microsoft/language-server-protocol
Need examples of overLappingTokenSupport and multilineTokenSupport
開放
#1,129 建立於 2020年11月5日
clarificationhelp wantedsemantic tokens
倉庫指標
- 星標
- (12,810 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
I added two capabilities to the spec:
/**
* Whether the client supports tokens that can overlap each other.
*/
overlappingTokenSupport?: boolean;
/**
* Whether the client supports tokens that can span multiple lines.
*/
multilineTokenSupport?: boolean;
Originally posted by @dbaeumer in https://github.com/microsoft/language-server-protocol/issues/1077#issuecomment-721653729
The example in the documentation doesn't address the above. An example would be good.