Romain Bossy 01
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Romain Bossy 01 created a post, AnsweredCustom 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 created a post, AnsweredCustom 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...