I have imported a framework in eclipse. It contains files with .sah extension. I want eclipse to consider those .sah files as .js files (javascript files), so that editing and working on that frameworks get easier. So that I can use short cuts like F3(like pressing F3 takes us to function defnition in java project) and all..
Thanks..
To treat
.sahfiles as.jsfiles, do the following:*.sahMake sure, the project is a JavaScript project and the
.sahfiles are in the Include Path (Project > Properties: JavaScript > Include Path, tab Source).