MiaofeiWang / vba2js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert VBA to JS

This is visual studio code extension that convert VBA to JS code.

____ ____ __________ _____ __ . _________ \ \ / / __ \ / _ \ \ \ | |/ / \ Y / | | / / /\ \ ______ ______ \ \ | |_ \ \ / | | \ / | \ // // / / /__| |/
_
/ |_____ / _| / // _/ / / / /

Demo

TODO

Main features

vba2js module

  • Convert multiple vba files to js in seleted target folder: right click the vba files and selete "Convert vba to js" button
  • Select part of the vba code, convert the codesnippet to js and display in target cursor point of the active editor
  • Select the code and interact with ChatGpt to optimize/explain/fix error the code.

Have a try

  • Please search the 'vba2js' in Extension Marketplace and install

About


Languages

Language:TypeScript 98.2%Language:JavaScript 1.8%