IntelliSense & Tools
Gokino Editor integrates smart tools to help you code faster and more accurately.
IntelliSense (Code Suggestions)
The system automatically suggests code based on context:
- Function hints: Typing
Serial.lists available methods likebegin(),println(). - Variable hints: Typing the first few characters of a declared variable suggests completion.
- Snippets: Supports quick code templates for
forloops,if/elsestructures.
Error Checking
- Red squiggles: Indicates Syntax Errors.
- Hover: Hover over the squiggle to see detailed error messages (e.g., "Missing semicolon").
- Quick Fix (if available): Suggests quick fixes.
Breadcrumb Bar
Located just below the Tab bar, showing the path of the current file and cursor position (Symbol Path).
- Helps you know which function or class you are in within a long file.
- Click on breadcrumb elements for quick navigation.
Search Panel
A powerful search tool integrated right into the editor.
- Supports text search, regex.
- Supports batch Replace.