Hey Guys A liitle Help in code Snippets of c++ in geany
For instance we can have
if=if(%cursor%){ob}%cursor%{cb}
what do i need to do if i want to add a function ??
fn(i,a,b)=for(int i =a ;i <b ;i++ )
how do i need to write the snippet for this ?? :/
Please help me !!
thanks in advance =D !
is there any compiler like vc++ that has intellisense and code templates for windows or linux ??
Main snippets file of geany :
# Geany's snippets configuration file
#
# use \n or %newline% for a new line (it will be replaced by the used EOL char(s) - LF, CR/LF, CR).
# use \t or %ws% for an indentation step, it will be replaced according to the current document's indent mode.
# use \s to force whitespace at beginning or end of a value ('key= value' won't work, use 'key=\svalue').
# use %key% for all keys defined in the [Special] section.
# use %cursor% to define where the cursor should be placed after completion. You can define multiple
# %cursor% wildcards and use the "Move cursor in snippet" to jump to the next defined cursor
# position in the completed snippet.
# You can define a section for each supported filetype to overwrite default settings, the section
# name must match exactly the internal filetype name, run 'geany --ft-names' for a full list.
#
# Additionally, you can use most of the template wildcards like {developer}, {command:...},
# or {date} in the snippets.
# See the documentation for details.
# For a list of available filetype names, execute:
# geany --ft-names
# Default is used for all filetypes and keys can be overwritten by [filetype] sections
[Default]