Fabiofz
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created How to override the tab action in custom language (to insert 4 spaces instead of identing to a multiple of 4)?
AnsweredI'm trying to create a custom action which always adds 4 spaces instead of adding a number of spaces so that the indentation would become a multiple of 4. I've tried to create an action such as: <a... -
Created Code-completion without applying initial lookupString
AnsweredI have a use case where the heuristics for the insert of the `lookupString` of the `LookupElement` aren't being helpful (it's a completion where the completion is `${None}` and the standard heur...