fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

9.8K
active users

#goland

0 posts0 participants0 posts today

@jetbrains,
do you have a learn #goland video series anywhere. the goland playlist on youtube is a muddled list of very interesting things I could do with things *in* goland

is there a structured set of videos, that I could use to get familiar with my editor? I have a yearly subscription to all the editors.

Have you ever used Kubernetes with #GoLand? If not, you're in for a treat! Let me show you how effortlessly you can deploy your Go applications directly from the IDE, streamlining your workflow like never before. Stay tuned for a step-by-step guide on making Kubernetes and GoLand work together seamlessly! 👨‍💻⚡ #Kubernetes #GoLang #DevOps

youtube.com/watch?v=GGy4paf6rm0

"In this free course we will create two portfolio projects: a Go API and a full stack web app built using Go. Along the way we will explore powerful features of the GoLand, a Jetbrains IDE which can help you be productive.

This course is for beginners. You do not need to have any Go experience and we'll teach you the Go you need along the way. Have experience with Go but not used GoLand? We'll teach you some tips and tricks to make you more productive.

No purchase of GoLand is necessary. By signing up to this course, you'll receive a 30 day GoLand trial when you download GoLand.

You want to know the best part?

If you finish the course, you will receive a ONE YEAR license to GoLand COMPLETELY FREE."

#Go #Programming #SoftwareLanguages #SoftwareProgramming #FullStackDevelopment #SoftwareDevelopment #Golang #GoLand #JetBrains

bytesizego.com/mastering-go-wi

I was trying to use and on after a long time not launching them and could not figure out why the mode (vsnvim and ideavim) would not working since the key repeat mode was enabled (the intl chars menu showing on long press of a key).

Solution came from a old vscode issue here:

github.com/microsoft/vscode/is

in short make sure to delete the key first and then do the specific override for each apps.

no idea why and (ie: using ) just worked

GitHubCharacters don't repeat when `ApplePressAndHoldEnabled` is disabled for VSCode · Issue #31919 · microsoft/vscodeBy colepeters

What's your #editor / #IDE of choice, and why is it so? Do you use that for all tasks and #programming languages, or do you switch between editors depending on what you're working on?

I mostly use #IntelliJ / #Goland for large projects, and #VSCode for simpler ones. But tbh, I find myself increasingly using VS Code even for projects where I'd previously would reach for IntelliJ. And their poor story around language server integrations makes them feel less relevant today than they used to be.

Tip if you use the Jetbrains IDE's like IntelliJ or Goland etc and you want to disable the AI assistant.

On a per-project basis add an empty file called .noai to the project root then it will be disabled in source control.

At the IDE level to permanently disable it go into Settings -> Plugins -> Installed and clear the checkbox where it's enabled.

For me, it was just an annoyance with a 💡 light bulb on the current line obscuring the first 2 characters.

#ai#noAI#jetbrains