Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arrow2nd/sb4-extension
⚙️ SmileBasic4のVSCode用拡張機能
https://github.com/arrow2nd/sb4-extension
petitcom smilebasic vscode-extension
Last synced: 4 months ago
JSON representation
⚙️ SmileBasic4のVSCode用拡張機能
- Host: GitHub
- URL: https://github.com/arrow2nd/sb4-extension
- Owner: arrow2nd
- License: mit
- Created: 2020-08-08T06:20:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T02:47:49.000Z (5 months ago)
- Last Synced: 2024-10-15T07:24:46.362Z (4 months ago)
- Topics: petitcom, smilebasic, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=arrow2nd.sb4-extension
- Size: 783 KB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# sb4-extension
SmileBasic 4(プチコン4)のコードをいい感じに書くための拡張機能
![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/arrow2nd.sb4-extension)
![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/arrow2nd.sb4-extension)
[![GitHub license](https://img.shields.io/github/license/arrow2nd/sb4-extension)](https://github.com/arrow2nd/sb4-extension/blob/main/LICENSE)## 主な機能
### シンタックスハイライト
![sb4-syntax-highlight](https://user-images.githubusercontent.com/44780846/113377004-11f82600-93ae-11eb-8738-05890273115d.png)
### 入力補完
![sb4-completion](https://user-images.githubusercontent.com/44780846/113377006-1290bc80-93ae-11eb-8668-ed15509c372e.gif)
### スニペット
![sb4-snipet](https://user-images.githubusercontent.com/44780846/113377009-13295300-93ae-11eb-9c0d-1c9585dcf8bb.gif)
### 宣言のホバー表示
![sb4-hover](https://user-images.githubusercontent.com/44780846/113377007-13295300-93ae-11eb-87be-a39ba0406488.gif)
## 仕様
- ホバー表示には **宣言文の右、または上に記載されているコメント** が表示されます
- 宣言文のない変数(関数の仮引数を含む)は、入力補完・ホバー表示の対象外です
- 同じスコープ内に同名の関数と変数が宣言されている場合、入力補完・ホバー表示は正しく機能しない場合があります## リリースノート
### 3.0.1 - 2022-04-30
#### Security
- 依存関係を更新
#### Fixed
- コメントアウトされた定義文が無視されない
- DEF 定義内にグローバル変数と同一名の変数が存在する場合、ホバー時にグローバル変数の内容が表示される## スクリーンショットについて
| 要素 | リンク |
| -------- | ----------------------------------------------------------------------------------------------- |
| テーマ | [One Dark Pro](https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme) |
| フォント | [SmileBasic Font](http://smilebasic.com/supplements/) |## 商標について
SmileBASIC および プチコン は[株式会社スマイルブーム](https://smileboom.com/)の登録商標です。
> [プチコン 4 公式サイト](https://www.petc4.smilebasic.com/)