-
### 描述bug(必填)
一个清楚而简洁的bug描述。
Mac 中调用函数注释快捷键报错
VsCode设置:
{
"go.lintOnSave": "off",
"go.useLanguageServer": true,
"fileheader.configObj": {
"createFileTime": true,
…
-
### 描述bug(必填)
同样的配置下, dart文件无法获取到函数的params以及return类型, js可以
**注释设置(必填):**
VsCode设置:
```js
// 配置填在这里面
"fileheader.configObj": {
"functionParamsShape": "no type",
"funct…
-
### 注意!很多问题都可以在[配置字段查看所有配置](https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE%E5%AD%97%E6%AE%B5)中和issue里得到解决!
### 注意!很多问题都可以在[配置字段查看所有配置](https://github.com/OBKoro1/koro1FileHeader/w…
-
I have a project with the following structure:
```
portal-back/
├── portal
├── portal-commons
├── portal-gateway
├── portal-integration
├── portal-liquibase
├── portal-sync
```
All projects …
-
**想要支持新的语言:**
语言:C
目前插件生成的模板:
```js
// 函数注释
"fileheader.cursorMode": {
"description ": "", // 函数注释生成之后,光标移动到这里
"param": "", // param 开启函数参数自动提取 需要将光标放在函数行或者函数上方的…
-
### 注意!很多问题都可以在[配置字段查看所有配置](https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE%E5%AD%97%E6%AE%B5)中和issue里得到解决!
### 注意!很多问题都可以在[配置字段查看所有配置](https://github.com/OBKoro1/koro1FileHeader/w…
-
Type: Bug
cpu 95%, update later.
VS Code version: Code 1.95.1 (Universal) (65edc4939843c90c34d61f4ce11704f09d3e5cb6, 2024-10-31T05:14:54.222Z)
OS version: Darwin arm64 23.6.0
Modes:
System Info
…
-
I am using VSCode Remote on WSL. The JDK version I am using is OpenJDK11 with Eclipse OpenJ9 VM.
Often when I open a Java file, some dump files will appear in the folder the Java file is in, togeth…
-
Is there a method of publishing a compiled nav app file to a remote host?
VSCode does it so neatly with AL:Publish which uses a variety of parameters from the launch.json file.
> "name": "My App",…
-
hi,I'm a rookie in Java. When I try to migrate the historical project from idea to vscode, I send java.configuration Runtimes didn't take effect. The project was always started with Java 17, and there…