Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>SimpleOne APINew to Visual Studio Code? Get it now.
SimpleOne API

SimpleOne API

SimpleOne

simpleone.ru
|
245 installs
| (0) | Free
Make it easy to create business logic code for SimpleOne.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SimpleOne API

The SimpleOne API extension makes it easy to create business logic code for the SimpleOne business process automation solution. It adds support for the SimpleOne Client and Server API classes and methods and offers source code highlighting, tooltips, and autocomplete functionality when editing JavaScript files.

To learn more about SimpleOne, visit our Website, read the Documentation, or subscribe to our YouTube channel.

Make your coding Simple!

Features

Associations

To use the extension features you need to associate your scripts with the API type used (client-side or server-side). You can create associations for specific folders and files.

To associate a folder with an API type, open any JavaScript file in it. A pop-up appears where you can associate the folder with server or client API, or you can choose to never be asked about this folder again. This association applies to all files in the folder, so we recommend storing scripts by type. The folder association can be changed via the Associate Folder item in the folder context menu.

To associate a specific file with an API type, add a comment (//server or //client) as the first line of the script. This setting overrides the association for the folder in which the file is stored.

Code Highlighting and Tooltips

SimpleOne API classes and methods are highlighted in JavaScript files. The highlighting style can be configured in settings.json or disabled in the Visual Studio Code settings.

When you hover over a supported class or method, a tooltip appears with its summary and a link to the documentation.

Autocomplete

SimpleOne API classes and methods are suggested as you type the code. A short description of the suggested class or method is also shown.

Supported API Classes

The following classes are supported. Follow the links to learn more about them.

Client-Side

  • s_i18n
  • SimpleAjax
  • SimpleEventBus
  • SimpleForm
  • SimpleGo
  • SimpleList
  • SimpleMenu
  • SimpleModal
  • SimpleRecord client-side
  • SimpleStorage
  • SimpleUser
  • SimpleWidget(s)

Server-Side

  • SimpleAttachment
  • SimpleCache
  • SimpleDateTime
  • SimpleDelegation
  • SimpleDuration
  • SimpleEmailOutbound
  • SimpleExternalRabbitMQ
  • SimpleImage
  • SimpleImport
  • SimpleLogArchive
  • SimpleMail
  • SimpleMessage
  • SimpleRecord
  • SimpleSchedule
  • SimpleSearch
  • SimpleSession
  • SimpleSystem
  • SimpleTable
  • SimpleTemplate
  • SimpleTime
  • SimpleUserCriteria
  • SimpleVcs
  • SimpleWebService
  • SimpleWorkflow
  • SimpleWysiwyg
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft