This is a simple example to show you how to use this extension.
How to use this extension
To use this extension, you will need to:
use command code write js code
use command reload to reload js code in memory
select text in your editor and press ctrl+shift+c or command convert to convert selected text
how to write .js file :
function(text) {
return text.toUpperCase();
};
In this example, the function is the entry point of the formula. The function takes one argument, text, which is the selected text.
The function returns the uppercase version of the text.