Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Example Analysis of JetBrains iterative Loop template Shortcut Keys

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)05/31 Report--

This article focuses on "JetBrains iterative cycle template shortcut key example analysis", interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Next let the editor to take you to learn the "JetBrains iterative cycle template shortcut key example analysis"!

1.ClionCtrl+J / / cycle template is fast. If you can generate the following for loop template: for (int I = 0; I)

< ; ++i) { } 选中某代码块,Ctrl+Alt+T // 对某一代码块生成if/else、do/while等模板,如if/else模板: if () { printf("Hello world"); } else { }2.IDEA

Fori+enter can generate the following for loop templates (Ctrl+J can also be implemented):

For (int I = 0; I <; iTunes +) {}

Select a code block and Ctrl+Alt+T / / generate if/else, do/while and other templates for a pair of code blocks, such as do/while template:

Do {System.out.println ("Hello world!");} while (true); 3.PyCharm

For + Ctrl+Shfit+Enter can generate the following for loop template:

For in:

Ctrl+J Select iter

The following for loop templates can be generated:

For in anchor:

Select a code block and Ctrl+Alt+T / / generate if, while, try/finally and other templates for a code block, such as try/finally template:

Try: num_index = 1finally: pass

If the shortcut is useless, go to keymap to adjust your shortcut, or check to see if any application occupies the shortcut.

At this point, I believe that everyone on the "JetBrains iterative cycle template shortcut key example analysis" have a deeper understanding, might as well to actual operation it! Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report