This is the Vba mini tool.
Vba mini tool supports a symbol provider and a definition provider.
- Windows 10
- Hover a symbol, shows definition.
- Goto definition or Ctrl + Left click, goes to the definition.
-
VbaMiniTool.outline.variable
when true, shows variables in the outline
-
VbaMiniTool.outline.constant
when true, shows constants in the outline
-
VbaMiniTool.outline.declare
when true, shows declare functions in the outline
After changing the configurations, the outline is not refreshed. Edit the file or reopen the file.
- This extension works for only the modules in the same folder.
- Since the context is not taken into account, this extension detects all same symbols.
- When you jump to the definition, the position may be near near the target position.
- Sometimes, multi lines(with '_') works fail.
- Properties are shown as Function in the outline.
- Properties works so so. Sorry.
- The features we do not recognize do not work well.
- Api declares are shown as interface.
- Vba interface is not supported.
- npm install -g vsce
- vsce package --target win32-x64
- vsce publish
We thank you for the wonderful npm packages.
VSCode VBA is very useful for developing this extension. We appreciate it very much.
0.0.4
add
- Include
.vbfiles as targets for this extension as well
0.0.3
fixed
- Public variables in a class are not detected. And some fixes.
add
- You can use your favorite language syntax.
- Add test code.
0.0.2
fixed
- Configurations are not work.
0.0.1 first release.