Lines Matching refs:classes
22 6. Future work: classes |vim9-classes|
175 Later classes will be added, which replaces the "dict function" mechanism.
1232 And classes and interfaces can be used as types: >
1418 As this suggests, only constants, variables, `:def` functions and classes can
1514 6. Future work: classes *vim9-classes*
1518 implementing classes is going to be a lot of work, it is left for the future.
1519 For now we'll just make sure classes can be added later.
1836 tool need to be supported. Since most languages support classes the lack of
1837 support for classes in Vim is then a problem.
1844 like real classes. On top of that, it's quite slow, because of the use of
1847 The support of classes in Vim9 script is a "minimal common functionality" of