Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 1.13 KB

README.md

File metadata and controls

44 lines (39 loc) · 1.13 KB

Flamingo Code Templates for GoLand / IntelliJ

This is my set of live templates for the Flamingo Framework

To use them, just copy the files in templates into the templatesdirectory your GoLand config directory:

The location depends on the OS: https://www.jetbrains.com/help/idea/tuning-the-ide.html#config-directory

Templates

  • faction Controller Action
  • factiondata Controller Data Action
  • fbind Bind Interface snippet
  • fbindevent Bind Event Subscriber snippet
  • fconfigure Flamingo Module Configuration
  • fcontroller Controller Type
  • fcueconfig Flamingo Module Cue Configuration
  • fdefaultcfg Flamingo Module Default Configuration
  • fdepends Flamingo Module Dependency Configuration
  • ffilter Flamingo Router Filter
  • finj Dependency injection snippet
  • finjectcfg Flamingo Config injection tag
  • flegacyconfigmap Flamingo Module Legacy Configuration Mapping
  • frouteregister Routes registration snippet
  • froutes Routes Module
  • ftestmod flamingo module test function
  • ftfuncbind Bind template func snippet