Skip to content

Commit

Permalink
First set of screenshots for the feature gallery
Browse files Browse the repository at this point in the history
Summary: As per title.

Reviewed By: alanz

Differential Revision: D49100336

fbshipit-source-id: 506c66d205ee6d177691418819f13cee507ced45
  • Loading branch information
robertoaloi authored and facebook-github-bot committed Sep 11, 2023
1 parent 03c8f8b commit 7cefae1
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/docs/feature-gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ sidebar_position: 2

## Syntax Highlighting

![Syntax Higlighting](../static/img/feature-gallery/syntax-highlighting.png)

## Semantic Syntax Highlighting

In addition to traditional _syntax highlighting_, ELP can highlight the code _semantically_. As an example, _exported_ functions can be rendered differently from un-exported ones and _deprecated_ functions are clearly marked via a strikethrough.

![Semantic Higlighting - Bound Variables](../static/img/feature-gallery/semantic-bound.png)
![Semantic Higlighting - Exported Functions](../static/img/feature-gallery/semantic-exported.png)
![Semantic Higlighting - Deprecated Functions](../static/img/feature-gallery/semantic-deprecated.png)

We currently support the following token _modifiers_:

|Token Modifier|Semantic Meaning|
Expand All @@ -36,12 +42,16 @@ Navigate to the definition of a given identifier. Currently supported for:

Show/peek references to the item at the cursor location.

![Find References](../static/img/feature-gallery/find-references.png)

Currently supported for all items listed in the [Go To Definition](#go-to-definition) section.

## Workspace Symbols

Quickly navigate to a symnol in the workspace.

![Workspace Symbols](../static/img/feature-gallery/workspace-symbols.png)

Currently supported for:

* Modules
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7cefae1

Please sign in to comment.