Aptana Studio 3 Code Assist for SASS (.Scss) Files

Code assist in Aptana Studio

I figured it out. Installing the jQuery ruble does not automatically add it to your project. In order to do so:

Right click your project | Properties | Project Build Path | enable the appropriate version for your project, then rebuild.

Sample Image

Disable Code Assist in Aptana Studio 3

The issue you are referring to is most likely resolved in the beta of 3.0.4, but if you need to turn code assist off, I would suggest:

a) Preferences > Aptana > Editors (main node)

b) Preferences > Aptana > Editors > JavaScript (for example) and check the activation triggers. You may wish to remove "(" and "." for example.

Stop it from uploading .sass files?

If you already have the project set up with a remote server, you could right-click on a .sass file in the project and select Deploy > Cloak this file type.

You could also go to Preferences > Aptana Studio > Remote and add .sass to the list of file extensions to be ignored.

Aptana Studio 3 - Syntax highlighting for Handlebars files

Ok, recently figured this one out.

Under Windows > Preferences select General > Editors > File Associations.

Here, you can simple add whatever extension you want, then the editor that you want to apply it to.

Here's a screenshot:

Sample Image

After you click "Ok" you will have whatever syntax highlighting or code completion that the editor you specified has.

Aptana Studio CreateJS Code Assist(Auto Complete)

It doesn't look like Aptana supports Code Assist for the "Createjs" libraries. If you go to "Commands" > "Bundle Developement" > "Install Bundle" you will see a list of libraries which Aptana does support. As far as I know, Jquery is one of the Javascript based libraries which enjoy support in Aptana.



Related Topics



Leave a reply



Submit