Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[soc-dev] For reviewing proposal idea for GSoC

Idea
To add Python support for Eclipse IDE via LSP

Why is it required ?
Python is the most wanted language according to survey on stackoverflow. Besides adding python feature will attract more users and contributors, it can also lead to add Django compatibility to Eclipse WWD project making it more useful especially for back-end web developer. In future, It can be used further to provide support to Python's Web, GUI and software development technologies.  

How i will do?
I will be making LSP extension for python language server. Adding it as a new plugin. There i will be working to add following features :-
1. Code Completion
2. Hover
3. Find Reference.
4. Diagnostics
5. TextMate grammer support
  will be writing in detail in draft proposal


Please review the idea.

Thanks

Back to the top