In Eclipse, shortcut key Usage Summary

Source: Internet
Author: User

(1) Alt+shift+l:new Readitem (). Readitems (file); The return object is map<string,string>
There are two effects with this shortcut key
Example 1: The input cursor stops at New Jdselectwareid (). Getware (list), which is generated when this line of code is preceded by this key
Jdselectwareid Jdselectwareid = new Jdselectwareid ();
Jdselectwareid.getware (list);
Example 2: The input cursor stops at New Jdselectwareid (). Getware (list), which is generated after this line of code
map<string,string> map = new Jdselectwareid (). Getware (list); That's the result you want.
Add: The input cursor stops in the middle of your new code with this key will error

(2) CTRL+SHIFT+T: Hint problem for XML file:Eclipse missing plugin, press Ctrl+shift+t to find class copy class name

How to configure automatic hints when you enter class in the Eclipse spring configuration file, the XML of spring itself can prompt

Plug-in 1 can be installed in Help->eclipse Marketplace, Spring Tool Suit (STS)

In Eclipse, shortcut key Usage Summary

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.