Categories
-
JetBrains Blogs
-
Recent Posts
- GoLand 2019.3: Faster Than Ever Before with Improved Go Modules Support, New Quick-fixes, and Much More
- GoLand 2019.3 Turns Beta!
- Get GoLand, Support Women Who Go and GoBridge, and Celebrate Go’s Birthday!
- Goland 2019.3 EAP 6 is Out with Highlighting in go.mod Files, and Just a Pinch of Bug-Fixes
- Goland 2019.3 EAP 5 is Here with Faster Startup, Improvements for File Watcher, and More
Tags
2017.2 2017.3 2017.3.1 2018 2018.1 2018.1.2 2018.2 2018.2.1 2018.2.2 2018.2.3 2018.3 2019.1 2019.2 2019.3 code completion code inspections Containers databases Debugger debugging debugging tests diagrams docker eap EAP 10 editing features GAE git Go 1.9 Go Modules indices intention-actions internals newsletter Nightly Postfix Completion quick-fixes refactorings Remote Debugging roadmap Testify tips vsc web developmentMeta
Author Archives: Florin Pățan
Top 25 Editing Features of GoLand IDE – Part 3
Today we publish the last part of the series about the Top 25 Editing Tips. In case you missed the previous articles, you can go back and read part 1 and part 2 before you read this and give your … Continue reading
Top 25 Editing Features of GoLand IDE – Part 2
In today’s article, we continue the series about the Top 25 editing features of the IDE that will boost your productivity. The previous post can be found here. Navigation between files Navigate to file Navigate between opened files using the … Continue reading
Top 25 Editing Features of GoLand IDE – Part 1
Today’s post is the first one in a mini-series of posts looking at the top 25 editing features in GoLand. The best part about these features? They require zero configuration and are all built into the IDE by default, without … Continue reading
Shell Scripting with GoLand 2019.2
Go developers may rely at times on shell scripts to perform various tasks. In this post, we’ll have a look at the new builtin support for Shell scripting in GoLand 2019.2. First, we need a new shell script file, let’s … Continue reading
Increase productivity with Custom Postfix Completion templates
A while ago, we wrote an article about 14 different ways the IDE can assist you with code completion. Out of those, Postfix Completion stands apart as it lets you continue to type after the identifier name and get suggestions … Continue reading
Refactorings and Quick-fixes changes in 2019.2
Refactorings and quick-fixes are one of the areas that set IDEs apart from text editors. With them, you can quickly move parts of code around in a safe manner, rename identifiers or change function/method signature across large codebases, extract interfaces … Continue reading
2019.2 Features that Make Debugging Easier
GoLand 2019.2 brings with it a lot of new features and bug-fixes. In addition to making the debugger compatible with the new features in Go 1.13, we’ve added a few more things to help you debug code even more quickly … Continue reading
New Go 1.13 language features in GoLand 2019.2
Go 1.13 Beta 1 was announced and, with it, some language changes are coming to Go. In this blog post, we’ll see how GoLand 2019.2 supports this new Go version. To learn more about all the new features and changes … Continue reading
GoLand 2019.2 EAP 5: Function call support, formatting placeholder highlighting, change signature quick-fix and more
Summer is here, and it’s not only the sun that’s burning hot. Our developers have been busy working on some great new features, and we are eager to share them with you! Download GoLand 2019.2 EAP 5 If you can’t … Continue reading
Profiling Go Applications and Tests
In today’s blog post, we’ll take a look at the new Profiler features of GoLand. We will split this article into two sections: · General profiler usage in which we’ll cover the common features of the profiler across the various profiler … Continue reading