GN language server and extensions
Перейти к файлу
Richard He 60eadee980 Compdb on windows 2022-12-26 13:48:15 +08:00
.github/workflows nodegyp => cmakejs (#12) 2022-12-26 13:30:29 +08:00
.vscode nodegyp => cmakejs (#12) 2022-12-26 13:30:29 +08:00
addon nodegyp => cmakejs (#12) 2022-12-26 13:30:29 +08:00
script Compdb on windows 2022-12-26 13:48:15 +08:00
src enable typescript strict null checks (#29) 2022-12-19 15:54:09 +08:00
.eslintignore recreate ignore files to fix file modes (#28) 2022-12-19 12:00:16 +08:00
.gitattributes setup github actions for rolling build and pr validation (#1) 2021-07-19 11:36:07 +08:00
.gitignore Initial commit 2021-07-13 20:40:27 +08:00
.prettierignore recreate ignore files to fix file modes (#28) 2022-12-19 12:00:16 +08:00
.vscodeignore include changelog and license in vsix package (#10) 2021-09-11 12:38:28 +08:00
CHANGELOG.md Prepare for 0.1.3 release (#20) 2022-04-05 16:14:30 +08:00
CODE_OF_CONDUCT.md Initial commit 2021-07-13 20:40:27 +08:00
CONTRIBUTING.md Initial commit 2021-07-13 20:40:27 +08:00
LICENSE Initial commit 2021-07-13 20:40:27 +08:00
README.md Upgrade deps and prepare for 0.1.2 release (#15) 2021-10-29 16:21:50 +08:00
SECURITY.md Initial commit 2021-07-13 20:40:27 +08:00
SUPPORT.md Initial commit 2021-07-13 20:40:27 +08:00
jest.config.ts Initial commit 2021-07-13 20:40:27 +08:00
package-lock.json Add cmakejs 2022-12-26 13:31:29 +08:00
package.json Add cmakejs 2022-12-26 13:31:29 +08:00
rollup.config.js Initial commit 2021-07-13 20:40:27 +08:00
tsconfig.json enable typescript strict null checks (#29) 2022-12-19 15:54:09 +08:00

README.md

GN Language Server

Code IntelliSense for GN build system.

Features

  • Syntax error display.
  • Auto completion for common targets, functions and variables.
  • Hover to view documentation for common targets, functions and variables.
  • Click to open referred target or file.
  • Provide hierarchy of targets and if conditions to help navigate in large files.
  • Code format.

Usage

Currently there are no options to configure. Simply install the corresponding editor extension, and you are good to go:

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT license.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.