-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
240534f
commit 62b3e3f
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Directives | ||
|
||
The language server has extensive support for directives. | ||
|
||
## Completion | ||
|
||
The most obvious feature is the completion suggestions, try inserting a `{note}` directive on the next line | ||
|
||
% Add your note here... | ||
|
||
Notice how VSCode automatically presented you with a list of all the directives you can use in this Sphinx project? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Directives | ||
========== | ||
|
||
The language server has extensive support for directives. | ||
|
||
Completion | ||
---------- | ||
|
||
The most obvious feature is the completion suggestions, try inserting a ``.. note::`` directive on the next line | ||
|
||
.. Add your note here... | ||
Notice how VSCode automatically presented you with a list of all the directives you can use in this Sphinx project? |