google apps script - How code completion in GAS works? -
is there detailed description on "rules" of code completion (cc) in gas..? cc works when move cursor in code line , won't work @ when there 3 lines of code , defined unambiguously.
ss.getactivesheet(); // if go "ss" , type period, open // cc. (most times.) ss.getactivesheet(); // sometimes, after "getactivesheet()," // when put period, nothing happens.
i know when copy , paste code, messes up. in cases, stops working on script i've been working on long time.
so can explain "rules" of cc? way behavior can understood and, in turn, stops people me doing stops cc long scripts. getting irritating having methods, when chaining.
thank you.
Comments
Post a Comment