Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>evaluateJsFromSelectionNew to Visual Studio Code? Get it now.
evaluateJsFromSelection

evaluateJsFromSelection

laremehpe

|
13 installs
| (0) | Free
calculate and custom convert values
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

README

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:

  1. use command code write js code
  2. use command reload to reload js code in memory
  3. 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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft