Live Templates for @yamato-daiwa/es-extensions (YDEE) libraries.
-
Functions
-
Arrays
- addElementsToArray, aeta The live template and it's alias respectively for the addElementsToArray function
- getArrayElementSatisfiesThePredicateIfSuchElementIsExactlyOne The autocomplete imitator like Live Template for the eponymous function
- getIndexOfArrayElementSatisfiesThePredicateIfSuchElementIsExactlyOne The live template for the eponymous function
- getIndexesOfArrayElementsWhichSatisfies6ThePredicate The live template for the eponymous function
- getIndexOfArrayElementIfSuchElementIsExactlyOne The live template for the eponymous function
- getLastElementOfArray, gleoa The live template and it's alias respectively for the getLastElementOfArray function
- removeArrayElementsByIndexes, raebi The live template and it's alias respectively for removeArrayElementsByIndexes function
- replaceArrayElementsByIndexesImmutably, raebii The live template and it's alias respectively for replaceArrayElementsByIndexesImmutably function
- removeArrayElementsByPredicates, rmaebp The live template and it's alias respectively for removeArrayElementsByPredicates function
- replaceArrayElementsByPredicates, rpaebp The live template and it's alias respectively for replaceArrayElementsByPredicates function
- twoDimensionalizeArray, tda The live template and it's alias respectively for the twoDimensionalizeArray function
-
Strings
- rscfcp Live template for removeSpecificCharacterFromCertainPosition function
-
BrowserJS
- cdefhc Live template for createDOM_ElementFromHTML_Code function
- dceh Live template for delegateClickEventHandling function
- Without abbreviations (please note that you don't need to type the whole name of the function because even live templates has autocomplete)
- getExpectedToBeSingleDOM_Element Inserts the examples of eponymous function usage
- getExpectedToBeSingleChildOfTemplateElement Inserts the examples of eponymous function usage
-
-
- prod Inserts working example with error handling
-
Logging
- teal Inserts
Logger.throwErrorAndLog
calling expression - le Inserts
Logger.logError
calling expression - lelm Inserts
Logger.logErrorLikeMessage
calling expression - lw Inserts
Logger.warning
calling expression - li Inserts
Logger.logInfo
calling expression - ls Inserts
Logger.logSuccess
calling expression
- teal Inserts
-
Date and time
- tp Inserts working example of the TimePoint class usage
-
BrowserJS
- addLeftClickEventHandler, alceh The live template and it's alias respectively for the addLeftClickEventHandler function
- cloneDOM_Element The live template for the eponymous function
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "yamato_daiwa-es_extensions-intellij_platform_plugin" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.