arkTS
arkTS copied to clipboard
VSCode鸿蒙ArkTS插件✨✍️支持各种补全/跳转⛺️支持codelinter检测代码错误🎵VSCode HarmonyOS ArkTS plugin for personal use ✨ ✍️supports source code navigation and completion ⛺️supports codelinter to dete...
### 请描述您想要的功能 https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/ide-hvigor-get-build-profile-para-guide-V5#section195881502412 BuildProfile ts type怎么支持 ### 我愿意为此功能贡献代码 None
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/ohosvscode/arkTS). ## Awaiting Schedule The following updates are...
### Please describe the problem you encountered https://github.com/Groupguanfang/arkTS/issues/28 相关,现象相同  还是这块出问题,debugger时总是走if分支,会走2次,第一次几ms,不超时的话第二次大概30ms https://github.com/Groupguanfang/arkTS/blob/76f8a51de3779aa11697981d8fc6d3cc684f4bca/packages/vscode/src/ets-language-server.ts#L97-L103 ### Plugin Version 0.1.22
### 请描述您想要的功能 _No response_ ### 我愿意为此功能贡献代码 是
### 请描述您想要的功能 我经常切换win/linux,这个配置对我造成了困扰。希望插件也可以读取codelinterBinPath环境变量。 ### 我愿意为此功能贡献代码 None
### Please describe the problem you encountered `a.ets`: ```ts import {a} from './b'; ``` `b.ts`: ```ts export const a = 1; ``` 此时如果在`b.ts`中添加 ```ts export const b = 2; ```...
### 请描述您遇到的问题 详情见下方视频: https://github.com/user-attachments/assets/723d38e9-63cc-4e1f-8c71-6342d6a03380 这个暂时没有想到该如何修复,实在是无法修复只能重写/扩展 TS AST,那工作量就过于大了,目前没有相关计划。 如果哪位大能能提交个PR就好了qwq🥹 ### 插件版本 _No response_
syntax: ```ts Button() { Text("hello world") }.stateStyles({ normal: { .backgroundColor(Color.Gray) .align(Alignment.Center) } }) ```
被`@Styles`标记的函数声明内部必须是这样的结构: ```ts @Styles function hello() { .width("100%") .height("200%") } ```