Translations:KDevelop5/Manual/Customizing KDevelop/21/en: Difference between revisions

From KDE UserBase Wiki
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
'''KDevelop''' has two ways to show a completion: <menuchoice>Minimal Automatic
'''KDevelop''' has two ways to show a completion: <menuchoice>When Invoked Manually</menuchoice> shows just the basic information in completion tooltips (i.e. the namespace, class, function, or variable name). This will look similar to '''Kate''' completion (except for the icons).
Completion</menuchoice> shows just the basic information in completion tooltips (i.e. the namespace, class, function, or variable name). This will look similar to '''Kate''' completion (except for the icons).
On the other hand, <menuchoice>Always</menuchoice> will additionally show the type for each entry,  
On the other hand, <menuchoice>Full completion</menuchoice> will additionally show the type for each entry,  
and in the case of functions, also the arguments they take. Also,  
and in the case of functions, also the arguments they take. Also,  
if you are currently filling in the arguments to a function, full  
if you are currently filling in the arguments to a function, full  

Latest revision as of 23:37, 18 June 2020

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/Customizing KDevelop)
'''KDevelop''' has two ways to show a completion: <menuchoice>When Invoked Manually</menuchoice> shows just the basic information in completion tooltips (i.e. the namespace, class, function, or variable name). This will look similar to '''Kate''' completion (except for the icons).
On the other hand, <menuchoice>Always</menuchoice> will additionally show the type for each entry, 
and in the case of functions, also the arguments they take. Also, 
if you are currently filling in the arguments to a function, full 
completion will have an additional info-box above the cursor that will 
show you the current argument you are working on.
'''KDevelop's''' code completion should also bring-to-top and highlight in 
green any completion items that match the currently expected type in 
both minimal and full completion, known as "best-matches".

KDevelop has two ways to show a completion: When Invoked Manually shows just the basic information in completion tooltips (i.e. the namespace, class, function, or variable name). This will look similar to Kate completion (except for the icons). On the other hand, Always will additionally show the type for each entry, and in the case of functions, also the arguments they take. Also, if you are currently filling in the arguments to a function, full completion will have an additional info-box above the cursor that will show you the current argument you are working on. KDevelop's code completion should also bring-to-top and highlight in green any completion items that match the currently expected type in both minimal and full completion, known as "best-matches".