Hi all,
I am a recent user of Atom, after using CodeLite for many years. In comparison, Atom is modern, sleek, and more adaptable, however, I’m having a few problems fixing some problems/annoyances that were easily achieved in CodeLite. Specifically:
-
For PHP I always prefer my brackets on new lines, instead of nested. Everytime Atom populates code for me, such as my if{} and try{} statements, the brackets are always nested. Does anyone know how to change this?
-
In CodeLite, I could create a function and annotate it with comments to tag it with @params and @return values. When I went to call this function, these comments would appear so that anywhere in the app I could see what values the functions expect. This also applied to hard coded PHP functions and was an incredibly useful feature. Atom seems not to support this level of detail, but does anyone know of any packages that address this?
-
A minor feature, but in CodeLite I could tag code with //Note: anywhere in the code, and it would all go into a convenient “to do list”… Anything like this for Atom?
Thanks for your help