Skip to content

Commit 10326cb

Browse files
committed
initial rebranding and reformatting
1 parent 8106c81 commit 10326cb

18 files changed

+1876
-44
lines changed

docs/.vuepress/sidebar.js

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const sidebar_en = {
1717
collapsible: true,
1818
children: [
1919
'getting-started/',
20+
`using-pulsar/`,
2021
'core-hacking/',
2122
'faq/'
2223
]

docs/docs/launch-manual/sections/using-pulsar/index.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,19 @@ Please see [our socials](/docs/launch-manual/sections/faq/#having-trouble) and
66
feel free to ask for assistance or inquire as to the status of this document.
77
:::
88

9-
@include(sections/atom-packages.md)
9+
@include(sections/pulsar-packages.md)
10+
@include(sections/moving-in-pulsar.md)
11+
@include(sections/pulsar-selections.md)
12+
@include(sections/editing-and-deleting-text.md)
13+
@include(sections/find-and-replace.md)
14+
@include(sections/snippets.md)
15+
@include(sections/autocomplete.md)
16+
@include(sections/folding.md)
17+
@include(sections/panes.md)
18+
@include(sections/pending-pane-items.md)
19+
@include(sections/grammar.md)
20+
@include(sections/version-control-in-pulsar.md)
21+
@include(sections/github-package.md)
22+
@include(sections/writing-in-pulsar.md)
23+
@include(sections/basic-customization.md)
24+
@include(sections/summary.md)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
### Autocomplete
2+
3+
If you're still looking to save some typing time, Pulsar also ships with simple
4+
autocompletion functionality.
5+
6+
The autocomplete system lets you view and insert possible completions in the
7+
editor using <kbd>Tab</kbd> or <kbd>Enter</kbd>.
8+
9+
![Autocomplete menu](@images/atom/autocomplete.png "Autocomplete menu")
10+
11+
By default, the autocomplete system will look through the current open file for
12+
strings that match what you're starting to type.
13+
14+
If you want more options, in the Settings panel for the autocomplete-plus
15+
package you can toggle a setting to make autocomplete-plus look for text in all
16+
your open buffers rather than just the current file.
17+
18+
The Autocomplete functionality is implemented in the
19+
[autocomplete-plus](https://github.com/pulsar-edit/autocomplete-plus) package.

0 commit comments

Comments
 (0)