📜 ⬆️ ⬇️

Why doesn’t the code assist for perl work in Eclipse (EPIC pugin)?

Xs.

How to make it work? And you just need to write code, not as you are used to, but as the developers of EPIC came up with. They have the following in the FAQ:

#This code block will not work:
')
$ smtp = new Net :: SMTP;
$ smtp -> [no content assist]

#This one will work:

$ smtp = Net :: SMTP-> new (.....);
$ smtp -> [content assist]


Maybe this is right. Pearl, in my opinion, is too democratic to the code-style. And so it turns out, what a stimulus to uniformity.

Could not format the text. Habr guzzles tags and I apparently Lamo.

Source: https://habr.com/ru/post/25192/


All Articles