What is a good Jsp IDE

前端 未结 7 553
时光说笑
时光说笑 2021-01-12 02:54

I\'m a c# developer but have a job that involves some jsp code. I\'ve been using notepad++ which does a great job in highlighting but I\'m missing the intellisense and find

相关标签:
7条回答
  • 2021-01-12 03:17

    We use JBuilder at work and it does a pretty good job. It has intellisense too.

    0 讨论(0)
  • 2021-01-12 03:19

    You might want to check out Netbeans. From what I remember for Java applications, it had pretty good intellisense support. Although I've never used it for JSP. From just reading their site, it seems like they do have good intellisense like features for JSP and J2EE web development type things. It's definitely worth a try.

    0 讨论(0)
  • 2021-01-12 03:26

    Eclipse from IBM would appear to be one of the market leaders, but maybe to much of an entreprise application for what you are doing.

    0 讨论(0)
  • 2021-01-12 03:37

    I think Neatbeans are better then other IDE that supports JSP, specially for the user who works on MS Visual Studio.

    0 讨论(0)
  • 2021-01-12 03:41

    Try myEclipse, it at least have an integrated design view, see if it is of help.

    0 讨论(0)
  • 2021-01-12 03:43

    This wouldn't be an answer to your question, but don't expec VS-like functionality in the Java world. I'm not saying there are no good systems, I'm saying once you're used to VS, it is very hard to change your thinking about what an IDE should do. Just try out different IDEs and see what suits you best - it's always a personal choice.

    0 讨论(0)
提交回复
热议问题