GoLand 릴리스
Released: Aug 28, 2023
2023.2.1 버젼 업데이트
기능
- You can now allow user-defined implementations of SearchListener.
- Added support for sha384.
- Added a Quick Fix preview in Tailwind CSS, Prisma, Deno, Svelte and Volar.
- Added chat context to the AI Chat.
- Prisma: Added support for directUrl completion.
- WebSymbols: Added "obsolete" API status.
- CSS Level 4 system colors are now supported.
- Added new Tailwind CSS plugin and support for PUG.
- Tailwind: Added an option to only show Tailwind classes in completion, or show them on the top of the list...
Released: Jul 27, 2023
2023.2 버젼 업데이트
기능
Go modules
- Option to download modules automatically - Added the ability to download Go modules automatically on project open and after each change to the go.mod file.
- Intention actions to update dependencies in go.mod - Added several intention actions and inspections to help you update dependencies in go.mod files faster. Now, when you open your go.mod file, GoLand highlights outdated dependencies. You can hover over the highlighted versions of a given package and use a quick-fix to update it...
Released: Apr 3, 2023
2023.1.x 버젼 업데이트
2023.1.4
Updated Jul 12, 2023
Fixes
- IDE start fails with "CannotActivateException: Address already in use: bind".
- "Copy Reference" on a line in Editor no longer copies "Path From Content Root" (instead it copies the path from the parent root e.g. source root, test root).
2023.1.3
Updated Jun 21, 2023
Features
- Added the option to enable/disable automatic interpolation of string literals.
2023.1.2
Updated May 17, 2023
Features
- Updated the Prisma plugin previewFeatures to include jsonProtocol...
Released: Dec 1, 2022
2022.3.x 버젼 업데이트
2022.3.4
Updated Mar 24, 2023
Fixes
- Debug not working with GoLand because max websocket buffer size limit is exceeded.
2022.3.3
Updated Mar 9, 2023
Features
- You can now prevent a line break from appearing when pasting a line copied from an empty selection.
- Prisma: Improved views support.
- Added the ability to monitor database connections and sessions.
- Added the ability to run queries periodically.
2022.3.2
Updated Jan 30, 2023
Features
- Added support for ESLint flat config.
- Added support for...
Released: Jul 28, 2022
2022.2.x 버젼 업데이트
2022.2.5
Updated Nov 22, 2022
Fixes
- QUALIFY is not inserted on new line as HAVING.
- DataGrip tries to set a wrong max value for identity column in Postgres.
- Can't rename postgres DB.
- Error while moving libs to subfolders in the artifacts dialog.
- "Unpaired symbol is missing" false positive.
- Background tasks get stuck with custom Boot Java Runtime.
2022.2.4
Updated Oct 12, 2022
Features
- Added support for :deep style selector in Vue 2.6 + projects.
Fixes
- Debugger variables view (Failed to compute...
Released: Apr 14, 2022
2022.1.x 버젼 업데이트
2022.1.4
Updated Jul 20, 2022
Features
- Added a quick fix for grouping several
use in one use in go.work.
Fixes
- False-negative: Interface contains type constraints.
- Empty Java string literal in pattern is matched incorrectly.
- Switching between computers keeps asking merge find.xml and FeatureSuggester.xml.
- External diff tool settings are lost after IDE restart.
- Suddenly the registered external diff tool doesn't work again.
- High CPU usage during AsciiDoc editing.
- Intellij IDEA crashes after...
Released: Dec 2, 2021
2021.3.x 버젼 업데이트
2021.3.4
Updated Mar 16, 2022
Fixes
- Fixed 6 generics-related false-positive issues. Fixes for 66 generics-related issues have been backported to v2021.3.
- The IDE no longer freezes while indexing WSL projects.
2021.3.3
Updated Jan 28, 2021
Features
- Added Quick-fix for switching to a newer Go SDK - If your project contains generics, but Go SDK for the project is lower than 1.18, GoLand will now suggest a quick-fix for switching to the 1.18 version. GoLand also checks the Go version in your go.mod...
Released: Jul 29, 2021
2021.2.x 버젼 업데이트
2021.2.4
Updated Oct 21, 2021
Fixes
- GoLand now works correctly on macOS 12 beta 6.
- Fixed a problem caused by an unexpected crash on macOS.
2021.2.3
Updated Sep 15, 2021
Fixes
- Fixed the delay when searching for interface implementations on some machines.
- “Convert path to absolute” is no longer shown in go.mod.
- ESLint 8.0 support now works as expected.
2021.2.2
Updated Sep 1, 2021
Fixes
- Result of call hierarchy is not correct.
- Unable to create groovy script.
- "Use Option as Meta key" option state...
Released: Apr 8, 2021
2021.1.x 버젼 업데이트
2021.1.3
Updated Jun 10, 2021
Fixes
- Go Build
- Gocheck doesn't show under package wide test menu.
- Go Debugger
- Delve version doesn't update if debugger is running before update.
- Unable to update Delve from old GoLand version on M1 during update.
- Add Delve version to troubleshooting.txt.
- Code Generation
- Completion doesn't work in Modify Table if the casing doesn't match.
- DataGrip SQL Server - Exclude Extended properties from Generate DDL.
- Connectivity
- Can't connect to remote MySQL since last version...
Released: Dec 3, 2020
2020.3.x 버젼 업데이트
2020.3.4
Updated Mar 16, 2021
Fixes
- The 'trust host' checkbox label in the Trust And Open Gradle/Maven Project dialog.
- Unnecessary backslash escape in triple-backticked bash block.
- Error debugging Mocha tests run with Vue CLI due to "Unknown argument: jobs".
2020.3.3
Updated Mar 4, 2021
Fixes
- Go 1.16: tests calling os.Exit(0) will now panic.
- Dependencies inside go.mod are shown red although they are resolved.
- 'go build' defaults to 'GO111MODULE=on' for Go 1.16 in GOPATH-based projects.
- Crash...