microsoft/language-server-protocol

Need examples of overLappingTokenSupport and multilineTokenSupport

オープン

#1,129 opened on 2020/11/05

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)HTML (956 件のフォーク)batch import
clarificationhelp wantedsemantic tokens

Repository metrics

Stars
 (12,810 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド