Michael, The simplest way to see this feature in action is to type "List list = " and press Ctrl+Shift+Space.
In brief it works as follows: on Ctrl+Shift+Space IDEA scans all templates, which are assigned to SmartType code completion, and decides, whether the templates form the expression of the suitable type. If it suites, it suggests it to you. We use this feature for fetching some standard components from IDEA automatically. E.g. if you have some class com.foo.MyComponent in your project and you often fetch it like: (com.foo.MyComponent)Application.getComponent(com.foo.MyComponent.class) , than you might enter this text as a template and IDEA will automatically suggest it to you after typing "MyComponent c = " + Ctrl+Shift+Space. Best regards, Mike Aizatsky. ------------------------------ IntelliJ Software, "Develop with pleasure!" http://www.intellij.com > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On > Behalf Of [EMAIL PROTECTED] > Sent: Friday, February 08, 2002 6:30 PM > To: [EMAIL PROTECTED] > Subject: [Eap-list] suggest live templates by SmartType code completion > > > - Ability to suggest live templates by SmartType code completion > > what is this / how does it work? > > Michael > ________________________________________________________________ > Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! > Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13 > > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
