This can't be done at the moment because the parser is not exposing this information. See ConsenSysDiligence/solidity-parser-antlr#2
When that is solver, we should handle these modifiers.
virtual is easy: we should just add the literal virtual after the visibility modifier (at least that's where it's placed in the examples).
override might be followed by some class specifiers, so that should be handled properly. How to do it will depend on how the parser exposes this information.
This can't be done at the moment because the parser is not exposing this information. See ConsenSysDiligence/solidity-parser-antlr#2
When that is solver, we should handle these modifiers.
virtualis easy: we should just add the literalvirtualafter the visibility modifier (at least that's where it's placed in the examples).overridemight be followed by some class specifiers, so that should be handled properly. How to do it will depend on how the parser exposes this information.