I have been using Sublime Text for some time and really impressed its performance and ability to customise. However, the one feature which I feel missing in SLT is the auto inserting of brackets () when auto completing functions and methods. I am aware the same question is asked in this forum here Python autocomplete for methods (problems with parentheses) but found no answer. The problem I am having is the same like the user mentioned in the other post whenever I type print and enter with auto completer, it ony types print. Whereas the expected behaviour is print(). The same goes for any methods of classes as well.
I use primarily Python with Python-lsp for auto complete. Though it appears like a small request, it takes a lot of effort to take the hands-off to put only brackets which I feel that should be done by the editor. It is seamlessly integrated in PyCharm and possible to include in VS Code with addition of single line option.
Request if someone help me on this please.