yedit
yedit copied to clipboard
Add ability to extend completion proposals
I would like to prepare custom completion proposals for service and class names in php symfony projects.
In theory I could just override YEditSourceViewerConfiguration and introduce own IContentAssistant but I think that should be something more common.
Could you make a suggestion for how this should look and send a pull request?