Questions tagged [netbeans-plugins]

Tag to group questions regarding third party netbeans plugins.

About

Netbeans plugins refers to third party netbeans plugins and not Netbeans usage or Netbeans platform usage.

Tag Usage

A question regarding thirdparty netbeans plugins should be tagged with . If you are developing a plugin yourself and you have a question about that, then the appropriate tag to use is . Please refrain from tagging netbeans-platform questions as netbeans-plugins.

If u have a question regarding netbeans usage, then tag it as

Also, please refrain from tagging a question using all the available netbeans tags. This seems to be the case in almost all netbeans related questions. Doing this beats the purpose of having multiple tags.

External Resources

Plugin portal

366 questions
6
votes
3 answers

A quick way to select a line in netBeans

I am looking for a quick way to select a line in netBeans. For example for copy and paste. (in vim editor yy yank current line)
underscore666
  • 1,719
  • 4
  • 24
  • 37
6
votes
1 answer

How to do HTML comments in NetBeans

In NetBeans, for javascript and php files/code, you can easily comment lines of code by just selecting them and then clicking on the comment button as shown in this picture. Is possible to perform the same action for HTML code? If yes, how?
underscore666
  • 1,719
  • 4
  • 24
  • 37
5
votes
4 answers

Netbeans plugins that help develop better code? - for Java

Can anybody point me to Netbeans plugins that help do better code? I hope to find some plugins that do Java code review and search for: bug patters duplicate code and other types of vulnerabilities. Thanks!
lpinto.eu
  • 2,077
  • 4
  • 21
  • 45
5
votes
1 answer

Groovy and Grail plugin is missing in Netbeans IDE 9

This is the first time I am trying with Grails. I followed the same post "Why I can't create new grails application in Netbeans 8.2?" I installed Netbeans 9 beta version from…
Steffi Matchado
  • 134
  • 2
  • 10
5
votes
2 answers

How to change PHP Smarty plugin template file extension in NetBeans?

NetBeans uses PHP Smarty Framework plugin for *.tpl files. Is it possible to change this to *.htm? I use .htm extension for smarty templates and would like to benefit from this PHP Smarty plugin. How can I do that?
Dawid Ohia
  • 16,129
  • 24
  • 81
  • 95
5
votes
1 answer

Debug Node.js on Netbeans

I have NetBeans 8.0.2 and the latest Node.js plugin. Is it possible to debug my server code inside Netbeans? I can set a breakpoint, but it never gets called. Thanks.
Jacko
  • 12,665
  • 18
  • 75
  • 126
5
votes
2 answers

Latex and NetBeans

I have NetBeans 8.0.2 EE edition. I'm wondering if there is a latex plugin supported by Netbeans in the same way as Texlipse plugin in Eclipse. I've been searching online about that but unfortunately I couldn't find a good plugin. Thank you.
Mike
  • 380
  • 4
  • 19
5
votes
0 answers

Breakpoint in netbeans 8.1 with javaScript application not working properly

I'm using netbeans 8.1 for developing a javaScript web application and its works fine now. But I'd like to enable a breakpoint in my jquery code and install netbeans connector to chrome. But while the project start to rum it shows "Unresolved…
5
votes
2 answers

Add plugin for WildFly Application Server to NetBeans

I am trying to add WildFly Server to NetBeans 8.0. I go through the path: Tools -> Plugins -> Available plugins Here is the screen shot: http://s29.postimg.org/8s8k6lck7/Wild_Fly.png There are no results... So I can't add WildFly Server to use it…
experimenter
  • 878
  • 1
  • 11
  • 27
5
votes
0 answers

How do I make readonly file writable in Netbeans

I am using Netbeans 6.9.1. Whenever I open readonly file and want to edit it I have to go to file directory manually and remove the readonly flag from properties. Is there any plug-in or some way we can do directly make it writable in netbeans…
CFUser
  • 2,295
  • 5
  • 32
  • 37
5
votes
1 answer

Is it possible to show in the project view of Netbeans whether a class is public or package-private?

My team would like to be able to clearly see which classes in a package are public. Unfortunately there seems to be no visual indication of this in the Netbeans project view. Is there any way of adding the behaviour we want? If not, will the plugin…
5
votes
1 answer

How can I stage specific lines of file to git in NetBeans?

I'm quite new to using NetBeans and today I faced a problem. I have used to stage only part of files to make better commits. I have used vim and fugitive plug-in, where I can just move specific lines from unstaged to staged. I can do a workaround by…
5
votes
3 answers

NetBeans - highlight html syntax with twig files

I am having trouble figuring out how to highlight my html syntax in NetBeans IDE 7.1.1 when I open file having twig extension. I tried to install the php symfony framework plugin for NetBeans but nothing changed.
underscore666
  • 1,719
  • 4
  • 24
  • 37
4
votes
2 answers

How to use view scope in case of CDI in JSF 2.0

I created a JSF 2.0 project in Netbeans 6.9. I am starting using CDI. After creating project when i tried to add scope, then i noticed that there is no viewscope in it. I want to know that are the conversation scope and view scope refer to same…
Basit
  • 8,426
  • 46
  • 116
  • 196
4
votes
1 answer

How to generate JavaScript client stub from WADL?

I want to generate a JavaScript stub for invoking the RESTful web service defined in this wadl: http://idi.fundacionctic.org/mobSerenoaWS/application.wadl I tried with the NetBeans REST Web Service plugin on NetBeans 7.0.1. I downloaded the Wadl…
Federico Bellucci
  • 623
  • 2
  • 7
  • 26
1 2
3
24 25