-
Notifications
You must be signed in to change notification settings - Fork 0
feat(ecosystem): JetBrains IDEs #626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
And a couple small nearby edits
This comment was marked as resolved.
This comment was marked as resolved.
Thanks for the updates to the JetBrains IDE docs. A couple of style‑guide fixes are needed before this can merge. Findings (2)High (2)[HIGH] UI strings use code/keyboard styling instead of quotation marksLocation: mintlify-ton-docs/ecosystem/ide/jetbrains.mdx Lines 35 to 59 in b2c15ee
Description: Suggestion: -1. In the IDE, open <kbd><Icon icon="gear" size={16} /> Settings</kbd><br />
+1. In the IDE, open "Settings"<br />
-1. Go to <kbd>Plugins</kbd>
+1. Go to "Plugins"
-1. Select the <kbd>Marketplace</kbd> tab (default)
+1. Select the "Marketplace" tab (default)
-1. Select the official plugin from TON Core and click <kbd>Install</kbd>
+1. Select the official plugin from TON Core and click "Install" --- a/ecosystem/ide/jetbrains.mdx
+++ b/ecosystem/ide/jetbrains.mdx
@@
-1. In the IDE, open <kbd><Icon icon="gear" size={16} /> Settings</kbd><br />
+1. In the IDE, open <Icon icon="gear" size={16} /> “Settings”<br />
@@
-1. Go to <kbd>Plugins</kbd>
+1. Go to “Plugins”
@@
-1. Select the <kbd>Marketplace</kbd> tab (default)
+1. Select the “Marketplace” tab (default)
@@
-1. Select the official plugin from TON Core and click <kbd>Install</kbd>
+1. Select the official plugin from TON Core and click “Install”.
@@
-Here is how the plugin installation page may look in the start menu of WebStorm, before pressing the <kbd>Install</kbd> button:
+Here is how the plugin installation page may look in the start menu of WebStorm, before pressing the “Install” button:
@@
-Alternatively, you can press <kbd>Get</kbd> on the [plugin homepage in the JetBrains Marketplace](https://plugins.jetbrains.com/plugin/23382-ton) and then follow subsequent instructions.
+Alternatively, you can press “Get” on the [plugin homepage in the JetBrains Marketplace](https://plugins.jetbrains.com/plugin/23382-ton) and then follow subsequent instructions.
@@
-1. In the IDE, open <kbd><Icon icon="gear" size={16} /> Settings</kbd><br />
+1. In the IDE, open <Icon icon="gear" size={16} /> “Settings”<br />
@@
-1. Go to <kbd>Plugins</kbd>
+1. Go to “Plugins”
@@
-1. Click the gear icon on top <kbd><Icon icon="gear" size={16} /></kbd> and then select `Install Plugin from Disk...`
+1. Click the gear icon on top <Icon icon="gear" size={16} /> and then select “Install Plugin from Disk...” -1. Click the gear icon on top <kbd><Icon icon="gear" size={16} /></kbd> and then select `Install Plugin from Disk...`
+1. Click the gear icon on top <kbd><Icon icon="gear" size={16} /></kbd> and then select “Install Plugin from Disk...” [HIGH] Literal ellipsis used in inline codeLocation: mintlify-ton-docs/ecosystem/ide/jetbrains.mdx Line 144 in b2c15ee
Description: Suggestion: -- [Code fragment surrounding] — templates for wrapping code fragments in various constructs, such as `try...catch` blocks.
+- [Code fragment surrounding] — templates for wrapping code fragments in various constructs, such as try-catch blocks. |
Regarding these two suggestions:
TL;DR: wontfix 😛 |
- [Usages] | ||
- [Inspections] | ||
|
||
### TASM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need a screenshot with highlighted TASM syntax
- [`@tondev_eng` on Telegram](https://t.me/tondev_eng) — Main TON community chat and discussion group. | ||
- [`@tondev` on Telegram](https://t.me/tondev) — Main Russian TON community chat and discussion group. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these are generic chats, let's remove these
- [`@tondev_eng` on Telegram](https://t.me/tondev_eng) — Main TON community chat and discussion group. | ||
- [`@tondev` on Telegram](https://t.me/tondev) — Main Russian TON community chat and discussion group. | ||
|
||
## See also |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't want to maintain these links, let's remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why changes in this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need a light theme screenshot here and in the rest of the screenshots
Closes #153. Also adds a couple of small nearby edits — I care for better search both inside and outside the docs :)
This page turned out to be quite nice. One remark could be to move the common language descriptions (see relevant
###
headings) to the/ecosystem/ide/overview
page, so that those individual ones won't be repetitive, but I'm not sure here. This could be done in another PR, with the VSCode page or the overview page itself....