rick645 Posted July 27, 2023 Share Posted July 27, 2023 Netbeans, for example, in the lower part of the window, displays the errors. To notice Variable $xyz seems to be unused in its scope Eclpse, on the other hand, does not do it. Don't you think it's a comfortable and useful thing? Could it therefore be configured in the same way as Netbeans? Or is there any plugin? Quote Link to comment https://forums.phpfreaks.com/topic/317128-eclipse-live-errors-checking/ Share on other sites More sharing options...
requinix Posted July 27, 2023 Share Posted July 27, 2023 People still use Eclipse? What setup do you have to enable PHP support? Quote Link to comment https://forums.phpfreaks.com/topic/317128-eclipse-live-errors-checking/#findComment-1610760 Share on other sites More sharing options...
rick645 Posted July 28, 2023 Author Share Posted July 28, 2023 In particular? Quote Link to comment https://forums.phpfreaks.com/topic/317128-eclipse-live-errors-checking/#findComment-1610775 Share on other sites More sharing options...
requinix Posted July 28, 2023 Share Posted July 28, 2023 ...yes, in particular? I mean, you installed the PHP extension thing for Eclipse, right? Do you have any PHP support at all? Do you get other errors and/or warnings but not the one about unused variables? Quote Link to comment https://forums.phpfreaks.com/topic/317128-eclipse-live-errors-checking/#findComment-1610776 Share on other sites More sharing options...
rick645 Posted July 29, 2023 Author Share Posted July 29, 2023 What should I install exactly? No error/warning of any kind, unfortunately. Quote Link to comment https://forums.phpfreaks.com/topic/317128-eclipse-live-errors-checking/#findComment-1610803 Share on other sites More sharing options...
requinix Posted July 29, 2023 Share Posted July 29, 2023 Do you have any kind of PHP support at all? Autocomplete? Documentation? Popups? Been years since I used Eclipse... It wasn't like a regular text editor: you couldn't just open a file and have it work according to the language, you had to set up a PHP project to get PHP support. So unless that's changed, are you doing that? Honestly, though, Eclipse is a bit... dated, compared to what people use these days. Quote Link to comment https://forums.phpfreaks.com/topic/317128-eclipse-live-errors-checking/#findComment-1610819 Share on other sites More sharing options...
rick645 Posted July 31, 2023 Author Share Posted July 31, 2023 Real. But what I like about eclipse is that it can be installed and above all updated through the official ubuntu packagers. Without periodically doing manual things like for phpstorm (which doesn't work for me anymore), netbeans, etc. Quote Link to comment https://forums.phpfreaks.com/topic/317128-eclipse-live-errors-checking/#findComment-1610839 Share on other sites More sharing options...
requinix Posted July 31, 2023 Share Posted July 31, 2023 VS Code and Netbeans can both be managed through apt, and PhpStorm is available as a snap and those naturally auto-update. Quote Link to comment https://forums.phpfreaks.com/topic/317128-eclipse-live-errors-checking/#findComment-1610842 Share on other sites More sharing options...
rick645 Posted August 1, 2023 Author Share Posted August 1, 2023 I decided to install Wscode. I also installed the "PHP Intelephense" plugin. But I don't see the functionality I want. As described at the beginning, if for example they place the cursor (with the keyboard, not with the mouse) on a non -defined variable, I do not see the error appear anywhere. Only if I place myself with the mouse a sort of popups with the error. It may be good but that's not exactly what I want. Quote Link to comment https://forums.phpfreaks.com/topic/317128-eclipse-live-errors-checking/#findComment-1610844 Share on other sites More sharing options...
rick645 Posted August 1, 2023 Author Share Posted August 1, 2023 (edited) Just click on the icon at the bottom left. https://pasteboard.co/GcHNBkZXmi5N.png Sorry. Edited August 1, 2023 by rick645 Quote Link to comment https://forums.phpfreaks.com/topic/317128-eclipse-live-errors-checking/#findComment-1610848 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.