Thank you Barbara. It is installed. I think I may just be misunderstanding the completions. I tried something in c++ too. For example, start a new c++ file. Type class and hit f5. I see a pop up with a K and class. The K should indicate it's a keyword. But if I hit tab, or return, I don't get a template for class. I know I can create a clipping but I assumed this would be built in. Am I misunderstanding how completions work?
On Monday, May 1, 2017 at 2:03:01 PM UTC-4, Barbara Snyder wrote: > > Did you go into Languages/Installed Languages in Preferences and make > sure PHP in HTML is installed? > > > > -- Barbara > > > On Apr 30, 2017, at 4:19 AM, Simdude <[email protected] <javascript:>> > wrote: > > Really basic getting started question. So I have a simple php file like > below and start to type an "if" statement. I expect the clippings to show > an option to complete the if (the file type is showing "PHP in HTML") but I > have no option. I started creating my own clippings but this seems so > basic, I must have missed something easy. Why don't I see the built in > Bbedit php clippings for the php? When I'm writing html, I can type a tag, > pause to see the completion, hit return and the expansion completes. > > <?php > > > $user = "jim"; > > if > > > ?> > > Mark > > > -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/bbedit.
