0.7.3 • Published 2 months ago

@yaegassy/coc-astro v0.7.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

coc-astro

fork from a astro-vscode

Astro extension for coc.nvim

Install

CocInstall:

:CocInstall @yaegassy/coc-astro

scoped packages

e.g. vim-plug:

Plug 'yaegassy/coc-astro', {'do': 'yarn install --frozen-lockfile'}

Note

Filetype related

The "filetype" must be astro for this extension to work.

Install "astro" related plugin. (e.g. vim-astro or nvim-treesitter).

How to set up TypeScript in your Astro project for coc.nvim

  1. You need coc-tsserver. Please install it if you haven't already.

  2. coc-astro has a setting to use @astrojs/ts-plugin in the extension as well as astro-vscode, so you can use typescript as it is.

RECOMMENDED Additional installation of "watchman"

In the @astrojs/language-server used by coc-astro, it utilizes the workspace/didChangeWatchedFiles notification to watch files within the project.

In coc.nvim, it is recommended to install watchman in order to utilize this feature.

If you have difficulty installing watchman, you can use coc-astro without watchman, but you may not be able to immediately use IntelliSense with the newly added files.

In this case, please execute the command to restart the language server.

  • :CocRestart

Dealing with text corruption when determining completion item

coc-astro provides a setting called astro.disableResolveCompletionItem. Set this setting to true in coc-settings.json. The default is false.

Please note that if this setting is set to true, feature such as "auto-import" upon completion item determination will not work.

coc-settings.json:

{
  "astro.disableResolveCompletionItem": true
}

Configuration options

  • astro.enable: Enable coc-astro extension, default: true
  • astro.disableResolveCompletionItem: Disable completionItem/resolve feature, default: false
  • astro.useWorkspaceTsdk: Use workspace (project) detected tsLibs in astro. if false, use coc-astro's built-in tsLibs, default: false
  • astro.autoCreateQuotes: Enable/disable auto creation of quotes for HTML attribute assignment, default: true
  • astro.autoClosingTags: Enable/disable autoClosing of HTML tags, default: true
  • astro.language-server.ls-path: Path to the language server executable. You won't need this in most cases, set this only when needing a specific version of the language server, default: null
  • astro.language-server.runtime: Path to the node executable used to execute the language server. You won't need this in most cases, default: null
  • astro.trace.server: Traces the communication between coc.nvim and the language server, valid option: ["off", "messages", "verbose"], default: "off"

Commands

  • astro.findFileReferences: Astro: Find File References
  • astro.reloadProject: Astro: Reload Project

Thanks

License

MIT


This extension is built with create-coc-extension

0.7.3

2 months ago

0.7.2

2 months ago

0.7.1

2 months ago

0.7.0

2 months ago

0.6.14

2 months ago

0.6.13

3 months ago

0.6.12

3 months ago

0.6.11

3 months ago

0.6.7

5 months ago

0.6.9

4 months ago

0.6.8

4 months ago

0.6.10

4 months ago

0.6.6

5 months ago

0.6.5

5 months ago

0.5.7

8 months ago

0.6.3

6 months ago

0.5.4

9 months ago

0.6.2

7 months ago

0.5.3

9 months ago

0.5.6

8 months ago

0.6.4

6 months ago

0.5.5

9 months ago

0.5.0

10 months ago

0.6.1

7 months ago

0.5.2

10 months ago

0.6.0

7 months ago

0.5.1

10 months ago

0.3.0

12 months ago

0.4.5

11 months ago

0.4.4

11 months ago

0.4.6

11 months ago

0.4.1

11 months ago

0.4.0

11 months ago

0.3.1

12 months ago

0.2.2

12 months ago

0.4.3

11 months ago

0.4.2

11 months ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.9

1 year ago