Branch: refs/heads/master Author: Nick Treleaven ntrel002@gmail.com Committer: GitHub noreply@github.com Date: Thu, 27 Apr 2023 01:10:48 UTC Commit: cec97d3d09aab59e65ced714abd56840afbeda70 https://github.com/geany/geany/commit/cec97d3d09aab59e65ced714abd56840afbeda...
Log Message: ----------- Add docs for calltips (#3470)
Modified Paths: -------------- doc/geany.txt
Modified: doc/geany.txt 11 lines changed, 11 insertions(+), 0 deletions(-) =================================================================== @@ -1060,6 +1060,17 @@ symbols (e.g. C/C++ parsers) and for these parsers scope autocompletion works also for local variables.
+Calltips +^^^^^^^^ +A handy tooltip is shown when typing ``(`` after a symbol name when the +symbol has a parameter list. The tag parser for the filetype must support +parsing parameter lists. +Calltips can also be shown with a `keybinding <#editor-keybindings>`_. + +When there is more than one matching symbol, arrows are shown which can +be clicked to cycle through the signatures. + + User-definable snippets ^^^^^^^^^^^^^^^^^^^^^^^
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).