Releases: bloxbean/intelliada
Releases · bloxbean/intelliada
v0.2.0-beta2
This version is not available on the JetBrains Plugin Marketplace. Please download and install the plugin zip manually.
Key Highlights
- Added support for Aiken Project type
- Basic syntax highlighting
- Integration with Aiken Language Server
- Yaci DevKit integration
Usage
- Select the "Aiken" project type to create an Aiken project.
- Right-click on the editor and select
Aiken -> Build
to build orAiken -> Format
to format. - Edit and save to check for any errors from the Aiken LSP.
- Start Yaci DevKit locally and configure it through the Cardano Toolbar
Minimum IDE Version Requirement
- 2024.2 or later
Prerequisites
- Install Aiken from the official site: https://aiken-lang.org/
Tested On
- IntelliJ IDEA (Community Edition and Ultimate)
- PyCharm
- WebStorm
Known Issues
-
Aiken Language Server (LSP):
- Issue: "Format on Save" does not work.
- Workaround: Right-click in the editor and select
Aiken -> Format
.
-
Aiken Menu Visibility:
- Issue: The Aiken menu may not appear when the editor popup is opened for the first time.
- Workaround: Close and reopen the editor popup to make the Aiken menu available.
-
Windows OS : Aiken LSP integration on Windows is unstable (#6)
v0.2.0-beta1
Merge pull request #3 from bloxbean/provider_int Yaci DevKit Integration
v0.1.6-beta1
- Support for Blockfrost Preview & Prepod Network
Known Issue:
- Koios integration is not working
Note: This release is not available in IntelliJ Plugin Marketplace. Only the main release (0.1.6) will be available.
v0.1.5
0.1.5
- Support for Cardano-graphql
- Support Dandelion GraphQL api endpoint
- Updated cardano-client-lib dependencies
v0.1.4
- Initial release of the plugin
- Account Management
- Create a new testnet/mainnet account
- Import an account by providing 24w mnemonic phrase
- Transfer transaction
- Transfer Ada or any native tokens
- Native Token Minting
- Script Management
- Create script (sig, all, any, atLeast, after, before)
- Use policy scripts while minting new native tokens
- Metadata support
- Add metdata to the transaction
- Supports RawJson
- Metadata editor to build metadata
- Metadata tempates
- View transactions
- Utxo explorer
- View utxos of a specific address
- Select utxos during transaction submission
- Blockfrost integration
- Integrates with Blockfrost Cardano Api
0.1.2
- Account Management (Create, Import)
- Transfer transaction (Ada, Native Tokens)
- Native Token Minting
- Script Management
- Metadata support (Json Editor, Metadata Editor)
- View transactions
- Utxo explorer to view and select specific utxos for a transaction
- Blockfrost integration