Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,13 @@ To use features provided by this plugin just open Python file with **Generic Edi
## Screenshots

![Integration screenshot](images/screenshot.png)

## Development

To develop and debug plugin in Eclipse:
1. Open Eclipse for Committers (tested with 2018-09).
2. Import `lsp4e-python` project. Use menu: `File > Import > Maven > Existing Maven project`
3. Install dependencies in repository project: `Right click > Run As... > Maven install`
4. Setup Target platform so it contains dependent plug-ins: `Window > Preferences > Plug-in development > Target platform`. Add new target platform with `Add...` in wizard select `Default`, and then press `Add...` select directory `org.eclipse.lsp4e.python-repository`.
5. Start Eclipse with `lsp4e-python plugin`: right click on `org.eclipse.lsp4e.python` project then select `Run As... > Eclipse Application`