Skip to content

The set of extensions, templates, and snippets that will increase your productivity developing on Creatio platform.

License

Notifications You must be signed in to change notification settings

Creatio-labs/Creatio-Extension-for-Visual-Studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creatio Extension for Visual Studio

The set of extensions, templates, and snippets that will increase your productivity developing on Creatio platform.

Getting Started

Installation

You can install an extension from the official Visual Studio Marketplace by link

Snippets

Shortcut Description
esqc Creates a code for entity schema query (GetEntityCollection)
esqe Creates a code for entity schema query (GetEntity)
crte Creates a code for entity creation
ffdb Creates a code for fetching entity from DB
insq Creates a code for inserting record to DB
updq Creates a code for updating records in DB
delq Creates a code for deleting records from DB
selqs Creates a code for selecting scalar value from DB
selqt Creates a code for selecting records from DB
runpb Creates a code for running a business process
runsp Creates a code for running a stored procedure
runudfs Creates a code for running a user defined function with scalar return value
runudft Creates a code for running a user defined function with table return value
ssg Creates a code for getting system setting value
cfg Creates a code for getting instance from DI container
checkop Creates a code for checking that user can execute operation (throw an exception)
trycheckop Creates a code for checking that user can execute operation (returns true or false)

Item templates

  • Configuration service
  • Entity event listener
  • Executor

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Mykyta Lytvynenko
  • Vitalii Pasko

License

This project is licensed under the MIT License - see the LICENSE file for details

About

The set of extensions, templates, and snippets that will increase your productivity developing on Creatio platform.

Topics

Resources

License

Stars

Watchers

Forks