ide

How can I reformat JavaScript code in WebStorm?

旧时模样 提交于 2019-12-12 07:39:00
问题 I am using JetBrains WebStorm IDE. But I think there is not shortcut to autoformat (beautify) the code. In Netbeans, its Ctrl Shift F command which formats the whole file. Is there any command for this? Do I need to install any plugin or something to enable this function? 回答1: Code | Reformat Code... ( Ctrl + Alt + L ): Keyboard shortcut can be changed in File | Settings | Keymap : If you are not familiar with IDE features yet, use Help | Find Action : This feature is also documented. 回答2:

How to deploy to Tomcat from NetBeans?

感情迁移 提交于 2019-12-12 07:33:53
问题 I've added Tomcat in the "Tools > Servers" menu and as you can see it appears in the list of servers: But when I try to run my project, I cannot select Tomcat! The drop-down with servers is empty. I tried it with NetBeans 6.8 and 6.9 Beta. Any idea? The end: I've used the wrong archetype so that NetBeans decided that Tomcat is not capable to execute it. 回答1: When you create a Maven based web app project, you specify the spec version of the project as you create it. image of the Maven web App

Why am I unable to show Ecplise-Plugin after successfully installed?

爱⌒轻易说出口 提交于 2019-12-12 05:39:14
问题 I am unable to use Eclipse-Plugin after install it into Eclipse IDE. Same thing happen with all Most time with me, while going to install any plugin either it is from MarketPlace or from ZIP . For example, just right now i have installed Toad-Eclipse-Plugin & after installing it while i am going to open it from Window -> Open Perspective -> Other i am unable to show it over there into list. So , finally i am unable to use it. Same scenario i feel before with while installing Maven-Plugin. Can

Errors when using Lazarus IDE on OS X

痴心易碎 提交于 2019-12-12 04:04:06
问题 I'm trying to use Lazarus for OS X to complete a PASCAL programming assignment, and for some reason, I keep getting the following debugger error. Debugger Error Ooops, the debugger entered the error state. Save your work now! Hit Stop, and hope the best, we're pulling the plug. Even though it tells me "Project successfully built :)" after compiling, it will always give me that debugger error. When I rescan the FPC source directory, I get another error as well, even though I installed the FPC

Is Eclipse Che capable of code completion for PHP?

时间秒杀一切 提交于 2019-12-12 03:49:39
问题 Is Eclipse Che capable of code completion for PHP projects? I'm interested mostly in Symfony projects that run in Eclipse Che. 回答1: Not really it just highlights. It does close brackets and quote marks but wont complete variables or methods 回答2: I have found that is a work in progress going on related to this aspect : https://github.com/eclipse/che/issues/2590 来源: https://stackoverflow.com/questions/38889254/is-eclipse-che-capable-of-code-completion-for-php

Dreamweaver alternative

那年仲夏 提交于 2019-12-12 03:45:40
问题 I'm aware there are plenty of questions like this but I'm looking to move to another development environment but not lose some of the better Dreamweaver features / behaviors. I have Dreamweaver CS6 and it just gets worse every release. The simple act of opening a file causes it to freeze these days. Here are the features I'd like in the alternative. I code in "code view" but design view is very useful to paste and format body copy. Tag auto close. But only when I type "</" Related files (file

Android SDK not Working inside Eclipse

眉间皱痕 提交于 2019-12-12 03:18:02
问题 Using the same pc I was using before and installed all essential software that I was using before. I installed few days back it worked fine, but right now SDK not working inside eclipse. Sdk/Avd manager works fine outside but it is not showing anything under Eclipse under windows tab. When I go to Preference there is also no Android tab. All software are 32bit and the window version I am using is also 32bit. I tried everything I could. I am not a newbie programmer. Installed Windows again. I

Why won't eclipse show lwjgl imports in the “quick fix” menu?

拈花ヽ惹草 提交于 2019-12-12 03:04:10
问题 I have tried everything mentioned in this question with no success. I have also tried deleting the entire workspace and letting eclipse generate a new one, and setting access restrictions. Deleting my installation of eclipse manually and deleting the eclipse folder in my user folder (windows 10), then reinstalling a fresh download of eclipse didn't work. eclipse will clean imports just fine. i could import something general, like an entire class, and eclipse will make more specific imports by

Python CFFI memory management issues

不羁岁月 提交于 2019-12-12 02:52:13
问题 I am programming on Ubuntu, with Python 2.7.3 . I am using CFFI to populate a Python list with values coming from some C code. That list is quite big : around 71 000 characters long when printed. The C code is using many libraries. Hence, the following code is only here for a better understanding of what is happening. datas_list = [] for i in range( 0, x ): c_pDataStructure = ffi.new( "c_DataStructure[]", 1 ) // Create a pointer to the data structure c.SomeCFunction( c_pDataStructure ) //

Opening Xcode help file and application at the same time

狂风中的少年 提交于 2019-12-12 02:35:10
问题 I am noobs at Xcode. I am on my second day of learning. When I start Xcode, the main window has a button for "Getting Started with Xcode" and a subsequent link for "Xcode workflow tutorial" Now I would simply like the help to be open at the same time as the IDE so that I can read and code. I clicked on the Xcode icon that opened up the original instance, but that doesn't seem to do anything. How do I get both things to stay open at the same time? 回答1: Follow these steps - Step 1: On opening X