# Mac

### Автодополнение переменных

Нажмите escape, чтобы показать меню с длинными именами переменных, затем нажмите return, чтобы выполнить автодополнение

![Press escape to autocomplete long variable names](/files/jlCJ63asUTEodZAV5OQC)

### Просмотр значения при наведении

![Hover your mouse over a variable to see its value](/files/KEiLQj5ZuFZmjiN5ZCLm)

### Числа с ползунком

Нажмите с Control по числу и выберите **Scrub**, чтобы показать ползунок. Перетаскивайте ползунок влево или вправо, чтобы увеличивать или уменьшать значение числа.

{% hint style="info" %}
Ползунок доступен только в версии для Mac
{% endhint %}

![Number scrubbing in Soulver 3](/files/7V6slqNGJ1wQp5nMmE8k)

### **Какой это был день недели в конкретную дату?**

Щёлкните с Control по дате в столбце ответов, чтобы увидеть, каким днём недели она была или будет

![Getting the day of the week from a date](/files/tWvC55g7ABBygwtAfznp)

### Быстрое копирование ответа

Удерживайте клавишу Option и дважды щёлкните по ответу, чтобы быстро скопировать его в буфер обмена.

<div align="left"><figure><img src="/files/6jeO1gka6larNFRohBkD" alt="" width="368"><figcaption><p>Удерживайте Option и дважды щёлкните по ответу, чтобы скопировать его в буфер обмена</p></figcaption></figure></div>

### Копирование строк и ответов как изображения

Быстрый способ поделиться вычислениями - отправить их как изображение.

Выделите несколько строк и выберите `Edit > Copy > Copy Lines & Answers` as image. Это поместит изображение в буфер обмена, после чего вы сможете вставить его в Messages, Mail и т. д.


---

# Agent Instructions: 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:

```
GET https://documentation.soulver.app/ru/documentation/tips-and-tricks/tips-and-tricks-mac.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
