You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result you can find all types in VBE7.dll and Excel which are both common exports for VBA usage.
It would be great if VSCode vba could use this as an upstream resource. I.E. Currently only CoClass Collection, as well as base types Integer, Long etc. are highlighted. Theoretically ErrObject should also be highlighted. Similarly with Global,Constants,Strings, ... and other Modules.
It may be worth while to have a config for including syntax highlighting of type libraries, having VBE7 by default but optionally using Excel, Access, Word, ... by user preference? These should be generatable I believe. Something like:
I've built an exporter for VBA type information.
As a result you can find all types in VBE7.dll and Excel which are both common exports for VBA usage.
It would be great if VSCode vba could use this as an upstream resource. I.E. Currently only CoClass
Collection
, as well as base typesInteger
,Long
etc. are highlighted. TheoreticallyErrObject
should also be highlighted. Similarly withGlobal
,Constants
,Strings
, ... and other Modules.It may be worth while to have a config for including syntax highlighting of type libraries, having VBE7 by default but optionally using Excel, Access, Word, ... by user preference? These should be generatable I believe. Something like:
The text was updated successfully, but these errors were encountered: