Basic Settings and Preferences
Accessing Preferences
Open the "File" menu and select "NECTO Preferences".
Configure general settings such as theme, default project path and make sure to check TabNine AI code completion
for better coding experience.
Editor Settings
Start learning to customize the code editor as per your preferences by selecting CTRL + F1
(Windows and Linux OS) or Cmd + F1
(macOS), then selecting some property from the drop-down menu.
Build Settings
Start learning to adjust settings related to building projects, such as default build configurations.
- Right click on the project in the
Project Explorer
->Change Project Configuration
- Focus on the
Cache entries:
key-value pair list - Find
CMAKE_BUILD_TYPE
key - Switch from
Debug
toRelease
and hitSave
.