> For the complete documentation index, see [llms.txt](https://utm-1.gitbook.io/utm-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://utm-1.gitbook.io/utm-docs/dokumentaciya/utm-it/programmnoe-obespechenie/rabochie-stancii-windows/po-razrabotchika/vs-code/vs-code.-plaginy-dlya-node.js.md).

# VS Code. Плагины для Node.js

## Обязательные плагины

[Remote Development](/utm-docs/dokumentaciya/utm-it/programmnoe-obespechenie/rabochie-stancii-windows/po-razrabotchika/vs-code/vs-code.-obshie-plaginy.md#remote-development)

## Дополнительные плагины

{% hint style="info" %}
Список для анализа
{% endhint %}

<details>

<summary><strong>Для работы с Node.js в Visual Studio Code (VS Code) доступны плагины, связанные с линтерами, форматированием кода, управлением пакетами (npm) и отладкой</strong>. Эти расширения расширяют возможности редактора, добавляя функции, полезные для разработчиков, работающих с Node.js.</summary>

[sitepoint.com](https://www.sitepoint.com/vs-code-extensions-javascript-developers/)[pusher.com](https://pusher.com/blog/vscode-javascript-node/)[developer.okta.com](https://developer.okta.com/blog/2019/05/08/top-vs-code-extensions-for-nodejs-developers)

### Lint

* **ESLint** — линтер, который проверяет код на наличие синтаксических ошибок, выделяет ошибки и предлагает пути их исправления. Расширение встраивается непосредственно в редактор VS Code, использует одноимённую библиотеку. Можно настраивать способ анализа кода и добавлять конструкции в список исключений. [dzen.ru](https://dzen.ru/a/YPN0-py68G9oAWkY)[developer.okta.com](https://developer.okta.com/blog/2019/05/08/top-vs-code-extensions-for-nodejs-developers)[proglib.io](https://proglib.io/p/12-superplaginov-vs-code-dlya-javascript-razrabotchikov-2024-10-15)[habr.com](https://habr.com/ru/companies/skillbox/articles/696128/)
* **Node-vscode-linter** — линтер для расширений VS Code, поддерживает синтаксис языка, сниппеты, темы и другие функции. [github.com](https://github.com/idleberg/node-vscode-linter)

### Format

* **Prettier** — инструмент для автоматического форматирования кода: выравнивает отступы, расставляет пробелы и переносы строк. Обеспечивает единый стиль во всех файлах командного проекта. Есть интеграция с Git — может автоматически форматировать код перед каждым коммитом. [dzen.ru](https://dzen.ru/a/Zw5b08oIlSjYutC_)[proglib.io](https://proglib.io/p/12-superplaginov-vs-code-dlya-javascript-razrabotchikov-2024-10-15)
* **Bracket Pair Colorizer** — подсвечивает парные скобки случайным цветом, чтобы их легко было найти. [dzen.ru](https://dzen.ru/a/YPN0-py68G9oAWkY)

### Package Management

* **npm IntelliSense** — автоматически дописывает имена модулей npm в операторах импорта. [sitepoint.com](https://www.sitepoint.com/vs-code-extensions-javascript-developers/)[habr.com](https://habr.com/ru/companies/skillbox/articles/696128/)
* **Import Cost** — показывает размер импортируемых библиотек/модулей в реальном времени прямо в редакторе кода. Помогает оценить, как импортируемые модули влияют на размер итогового JavaScript-файла. [dzen.ru](https://dzen.ru/a/Zw5b08oIlSjYutC_)[proglib.io](https://proglib.io/p/12-superplaginov-vs-code-dlya-javascript-razrabotchikov-2024-10-15)
* **Search node\_modules** — позволяет быстро переходить и открывать файлы в папке node\_modules, так как по умолчанию она исключена из встроенного поиска VS Code. [sitepoint.com](https://www.sitepoint.com/vs-code-extensions-javascript-developers/)

### Debug

* **Console Ninja** — расширение для отладки с использованием console.log: показывает console.log прямо в редакторе, поддерживает фильтрацию, подсветку и поиск в логах консоли. Автоматически очищает логи после выполнения для удобства отладки. [dzen.ru](https://dzen.ru/a/Zw5b08oIlSjYutC_)[proglib.io](https://proglib.io/p/12-superplaginov-vs-code-dlya-javascript-razrabotchikov-2024-10-15)
* **vscode-js-debug** — отладчик JavaScript на основе DAP, работает с Node.js. Позволяет добавлять точки останова в код, чтобы останавливать его выполнение и проверять значения переменных в конкретных точках. [github.com](https://github.com/microsoft/vscode-js-debug)[kombai.com](https://kombai.com/javascript/how-to-run-javascript-in-visual-studio-code/)

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://utm-1.gitbook.io/utm-docs/dokumentaciya/utm-it/programmnoe-obespechenie/rabochie-stancii-windows/po-razrabotchika/vs-code/vs-code.-plaginy-dlya-node.js.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
