I just started using Aptana Studio 3 to work on Ruby-on-Rails projects. While navigating the source code, I discovered the following functions:
In ERB files there is no beginning / end of the block or if .... the beginning / end of the highlight. I looked through the settings in the window / Preferences / Aptana Studio / Editors / ERB. Are there any settings to enable the same?
In ERB files, if there is a partial inclusion, then to view the code in the partial part, I need to search for partial use with Ctrl + T and enter the exact name (starting with UNDERSCORE) to open it. Is there a shortcut to go directly to a partial file from an ERB file?
In ERB / ββHAML files, pressing F3 on a method called on an object in code opens. Go to definition 1 and open declaration 2, but nothing happens. On the other hand, performing the same action on any method in .rb files displays a list of files (files) / opens a file containing the selected method. Probably, the question related to this has not yet been answered here: Aptana ruby ββcode assist functions that do not work on erb files
Can any of the comments or leadership of the Aptana team be higher?
Thanks.
source share