Translations:Kdevelop5/Manual/Meet KDevelop/8/uk: Difference between revisions

From KDE UserBase Wiki
(Created page with "середовище запам’ятає, що фрагмент <code>my_ride</code> у останньому рядку є змінною типу <code>Car</code>, отже...")
 
(No difference)

Latest revision as of 07:39, 27 August 2017

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Kdevelop5/Manual/Meet KDevelop)
it will have remembered that <code>my_ride</code> in the last line is a variable of type <code>Car</code> and offer you to complete <code>ge</code> as <code>get_color()</code> since this is the only member function of the <code>Car</code> class that starts like this. Instead of continuing to type you just hit <keycap>Enter</keycap> to get the full word; this saves typing, avoids typos, and doesn't require you to remember the exact names of the hundreds or thousands of functions and classes that make up large projects.

середовище запам’ятає, що фрагмент my_ride у останньому рядку є змінною типу Car, отже запропонує вам доповнення коду ge у форматі get_color(), оскільки ця функція є єдиною функцією класу Car, назва якої починається з «ge». Замість введення повної назви функції вам достатньо натиснути Enter, щоб отримати ціле слово. Таким чином, ви можете зекономити час і уникнути неприємних друкарських помилок, крім того, вам не потрібно буде запам’ятовувати точні назви тисяч функцій і класів, з яких складаються великі проекти.