This tutorial provides a very basic step by step walk-through of the Aptana Smarty Support.
To create a new Smarty template file:
- Right click on any container in the Aptana Project's view
- Select 'New' sub menu
- Click on 'Smarty template file' option
The 'New File' wizard will appear. Set a name for the new template file.
A new Smarty template Editor will appear, allowing you to start editing your newly created file.
Type '{' and you to trigger the Smarty content assist pop-up.
Select 'capture', for example, and you will see the 'capture' node in the Aptana outline as well as text inserted into the Smarty template editor.





