monaco editor - How to implement custom language with function overrides? -
i'm aware of registercompletionitemprovider
, , autocomplete. i'm aware of setmonarchtokensprovider
provide color tokens.
right display functions using registercompletionitemprovider
, duplicate functions different parameter types shown in autocomplete.
what implement display function overrides. example, custom language, have function:
abs(x,y,z) abs(a,b)
when type abs autocomplete should show abs
, when press (
should start showing parameter function. i'm sure there api not sure is?
Comments
Post a Comment