Completion

Completion

Everything there is to know about Code Completion.

tip

Code vision
Focus on your code while getting additional information about it.

tip

Write SQL queries using popular database packages
Work with SQL queries and get completion and other features automatically.

tip

Code Completion for classnames and clsx libraries in React code
Spend less time typing or explore the possibilities for various CSS class names in React aps

tip

Completion for parameter types based on function calls
Better code completion makes working on modern web frontends faster and more enjoyable

tip

Use completion for container names and tags
Save a few typos and use completion to handle the container name and tag in a Dockerfile

tip

Handle Go errors by using a Postfix Completion
Keep writing code as you would and use the Postfix Completion to generate the boilerplate

YouTube

C# Source Generators in Action
Andrey Dyatlov

Part of tutorial

Inspections and Quick-Fixes in ReSharper
Helping you write better code, faster, and automatically fixes code issues.

Part of tutorial

Shortcuts, Editing and Code Completion
Let's dive into the most important productivity shortcuts, editing, and code completion.

tip

Better time format in completion
Use the commonly known date/time formatting strings while writing time formatting in Go

tip

Evaluate Expression During Debugging
Select your code and execute it, in the right context.

Part of tutorial

Inspections and Quick-Fixes in Rider
Dive into inspections and quick-fixes, nullability inspections, the Heap Allocations Viewer plugin, and more!

Part of tutorial

Shortcuts, Editing, and Completion in Rider
Where to start? Let's learn the two most important shortcuts, editing, and code completion.

tip

Complete Current Statement
Add trailing commas or braces and move the cursor with a single keystroke

playlist

Editing Tips & Tricks
Know everything there is to know about editing code.

tip

Iterating Collections
There's no faster way to iterate!

tip

C# 8 Support
Master all the C# 8 language features!

tip

Move Code
Move code the smart way!

tip

Basic Code Completion
Code completion that helps you get the job done

tip

Code completion in Evaluate Expression, Watches or Conditional Breakpoints
The debugger also has code completion capabilities.

tip

Code Completion in Language Injections
See how to use code completion inside strings and other places

tip

Code completion in Run Configurations
Run configurations also have code completion capabilities.

tip

Completion for non-imported Go Modules
Import a module even if it was imported or used in your project

tip

Completion with the Tab key
A small, but handy feature that makes it a little easier to complete symbol names.

tip

Cyclic Expand Word a.k.a. Hippie Completion
Complete any word any from the current open files.

tip

Exclude items from auto-imports and completion
Exclude certain paths from auto-import and completion

tip

Live Templates
Add your own completion items via code snippets

tip

Method-like completion for functions
Completion for searching for functions that accept parameters of a certain type.

tip

Partial Match Completion
Complete anything by typing just parts of the identifier

tip

Postfix Completion
Transform an expression into another one.

tip

Smart Code Completion
The king of code completion in GoLand.