Romain Bossy 01
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created Custom language indent block and sub block
AnsweredI'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 ... -
Created Custom language code completion check if completion is inside block
AnsweredI'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...