Romain Bossy 01
- 活动总数 5
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
Romain Bossy 01 创建了一个帖子, 已回答Custom language indent block and sub block
I'm making a custom language plugin for a block language and i don't know how to indent block correctly. For example i want my block indent like that : Block1 { Block2 { } } Block3 ... -
Romain Bossy 01 创建了一个帖子, 已回答Custom language code completion check if completion is inside block
I'm making a custom language plugin and now i'm making the code completion for it. This language is a composed of block and instructions inside and i want to make completion to propose instructions...