Florineugen271
- 活动总数 2
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 1
-
Florineugen271 创建了一个帖子, [Plugin Dev] Recognizing LSP's custom tokens in the LSP client
HelloI've created a new token type on the LSP backend: public static final List<String> TOKEN_TYPES = List.of( "keyword", // MESSAGE, DEFINE "string", // STRING_LITERAL ...