Skip to content

Commit

Permalink
Fix sections
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaRanasinghe committed Dec 5, 2024
1 parent 7f0413b commit 3443bdc
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Designed for plugin developers, it facilitates integration with LSP-based featur
- [Inspiration](#inspiration)
- [Useful Links](#useful-links)

---

## How to use

Follow the below steps to integrate `LSP4IntelliJ` into your custom language plugin.
Expand Down Expand Up @@ -231,6 +233,7 @@ public class MyServerDefinition extends ProcessBuilderServerDefinition {
![](resources/images/connected-and-timeouts.gif)

---

## Features

Expand All @@ -246,7 +249,6 @@ snippets with the default values.

![](resources/images/lsp4intellij-snippets.gif)


#### Code Formatting
Navigate to **Code->Reformat Code** and you will get a dialog to choose whether to format the whole file or the
selected range.
Expand Down Expand Up @@ -291,11 +293,12 @@ below.
![](resources/images/lsp4intellij-renaming.gif)

> **Note** - Above features are currently tested only with IntelliJ IDEA and
the [Ballerina Language Server](https://github.com/ballerina-platform/ballerina-lang/tree/master/language-server).
> the [Ballerina Language Server](https://github.com/ballerina-platform/ballerina-lang/tree/master/language-server).
**WIP Features**
- Signature Help
**WIP Features**
- Signature Help

---

## User API

Expand Down Expand Up @@ -349,15 +352,16 @@ The LspIntelliJ language client provides following methods related to timeout co
IntellijLanguageClient.setTimeout(Timeouts.INIT, 15000);
```

---

## License

The LSP4Intellij code is distributed under the [Apache license 2.0](LICENSE).


## Inspiration

`Lsp4IntelliJ` is heavily inspired by the [intellij-lsp](https://github.com/gtache/intellij-lsp) plugin community.
`Lsp4IntelliJ` is heavily inspired by the [intellij-lsp](https://github.com/gtache/intellij-lsp) plugin community.
Credits should go to the original author for his astounding work.


Expand Down

0 comments on commit 3443bdc

Please sign in to comment.