Hi Jussi,
thanks for the comprehensive reply,
Brian
Search found 2 matches
- Thu May 09, 2019 11:07 am
- Forum: General
- Topic: Configuring Code Completetion
- Replies: 2
- Views: 29478
- Wed May 08, 2019 1:19 pm
- Forum: General
- Topic: Configuring Code Completetion
- Replies: 2
- Views: 29478
Configuring Code Completetion
Hi, I hope somene can help...
When writing C++ code I would like to edit the default behaviour of the code completion. For example when typing
#include
the I get the following
#include ""
where I want
#include <>
or nothing as I am able to type the <> comands quite quickly. As yet I've ...
When writing C++ code I would like to edit the default behaviour of the code completion. For example when typing
#include
the I get the following
#include ""
where I want
#include <>
or nothing as I am able to type the <> comands quite quickly. As yet I've ...