Intention action to convert integers to strings

Convert an integer to a string by using the `strconv.Itoa()` call

Tip Screenshot

To convert an integer to a string by using the strconv.Itoa() call, click the value, press ⌥⏎ (macOS) / Alt+Enter (Windows/Linux), and select Convert integer to string using strconv.Itoa() call.


Related Resources

Create a function in another package
Type a non-existing function name and generate its implementation in a package of your choice
Empower your `Printf`-like functions with coding assistance
Provide hints and highlights for message formats in custom `Printf`-like functions
Vulnerability checker
Analyze your codebase and highlight known vulnerabilities in go.mod