Netbeans and Language Server

2019-02-21 Thread Bo Andersen
I think it is great that the community is working on LSP support in Netbeans. I hope you can help me getting it to work with a PHP Language Server, I am all new to it. I have downloaded this via composer to my PHP project: https://github.com/vimeo/psalm composer require --dev vimeo/psalm and

RE: Java: Project view: showing non-pom.xml files

2019-02-21 Thread Andrew Rampulla
Thanks for all the replies. I do use the Files view, but since I can do 99% of my job in the projects view (and I assume most people are similar), it seemed like it would be useful for those files in the root of my project to be displayed somewhere in that view. I feel this is especially true

Re: Java: Project view: showing non-pom.xml files

2019-02-21 Thread Glenn Holmer
haha, I see we all piled on at once :) On 2/21/19 9:20 AM, Thomas Kellerer wrote: > the "Files" window that displays an "un-biased" view Well put. -- Glenn Holmer (Linux registered user #16682) "After the vintage season came the aftermath -- and Cenbe."

Re: Java: Project view: showing non-pom.xml files

2019-02-21 Thread Glenn Holmer
On 2/21/19 9:11 AM, Andrew Rampulla wrote: > Is there any mechanism to display files that are not pom.xml files in > Netbeans?  There was a plugin made for Netbeans 7.x back in the day to > allow viewing of Dockerfile, README.md, etc., but that hasn’t been > maintained in 2Y and this really feels l

Re: Java: Project view: showing non-pom.xml files

2019-02-21 Thread Thomas Kellerer
> Is there any mechanism to display files that are not pom.xml files in > Netbeans? There was a plugin made for Netbeans 7.x back in the day > to allow viewing of Dockerfile, README.md, etc., but that hasn’t been > maintained in 2Y and this really feels like it should be part of the > core functio

Re: Java: Project view: showing non-pom.xml files

2019-02-21 Thread Geertjan Wielenga
The idea of the Projects window is to show you the important files only, if you need to see other files use the Files window instead. Gj On Thursday, February 21, 2019, Andrew Rampulla < arampu...@orbistechnologies.com> wrote: > Is there any mechanism to display files that are not pom.xml files

Re: Beginner's configuration question... drop this issue

2019-02-21 Thread Bob Senkewicz
All, Please drop this one from your radar. As I am learning I am finding out just how much I don't know and how my assumptions from my previous Windows / IIS / ASP platform experience just doesn't apply to this one.  I have been 'enlightened' and now have a grasp of how basic this question wa

Java: Project view: showing non-pom.xml files

2019-02-21 Thread Andrew Rampulla
Is there any mechanism to display files that are not pom.xml files in Netbeans? There was a plugin made for Netbeans 7.x back in the day to allow viewing of Dockerfile, README.md, etc., but that hasn't been maintained in 2Y and this really feels like it should be part of the core functionality.