Questions tagged as 'ide'

1
answer

What is the name of the resource / term that expands a code snippet between braces?

What is the name of the resource that expands a code snippet between braces? I'm programming a .jsp file but IDE does not identify the keys, so I can not get the code.     
asked by 23.03.2016 / 12:41
4
answers

How to debug only one project in Visual Studio

I have six C # WEB projects inside a SOLUTION in Visual Studio 2010, when I run the debug, visual studio launches the six projects at a time, each one in a different process. Does it have to debug just one project or do I have to put each pro...
asked by 22.12.2014 / 13:48
1
answer

Autocomplete through java doc in sublime

I do not know if I can express myself correctly, but come on. In Java, when we discussed the code, we used the default /** * @author Nome do Autor; * @method Nome do Método; */ From this, in an IDE as the sublime, we can enjoy the auto com...
asked by 03.07.2014 / 01:24
2
answers

Plugin EditorConfig - What's the use?

I went to the official site of the EditorConfig plugin , I'm not very good at English so I tried translating to read and it did not work, so I did not understand much well the functionality of it, then I would like to know: What is it for?...
asked by 10.04.2016 / 16:58
1
answer

What is the best IDE to program in AS2?

I will start programming in an AS2 application and would like to know which IDE to use. I searched and found these two: FlashDevelop and IntelliJ IDEA . I've worked with Android Studio, which is said to be very similar to IntelliJ an...
asked by 29.04.2015 / 22:29
1
answer

Intellij 14 and Scala Plugin. Error finding default methods

I updated my Intellij IDEA to version 14 and now it is not recognizing any more methods within my Scala program. IDE does not even find the simplest of methods: println("Hello world") What to do?     
asked by 06.11.2014 / 02:14
1
answer

How to debug in Code :: Blocks using the VS 2010 Express compiler

I'm using Visual Studio 2010 Express . The problem is that Syntax Highlighting is very weak and intellisense (a feature that shows the attributes of the objects as you type) also leaves something to be desired (I do not know if it's...
asked by 11.08.2014 / 17:04
1
answer

Is it recommended to use IDE to program in C ++? [closed]

When I was learning C I programmed using a text editor and a compiler, but as C ++ is turned to POO maybe an IDE would help although I did not much favor IDE's. I would like to "hear" your opinion because I am really undecided. Thank you for you...
asked by 10.06.2016 / 18:32
4
answers

Develop applications for iOS using Java

I'm developing my CBT and it builds on the cross-platform Java concept. But now I ran into a problem Apple's XCode IDE does not understand Java packages. Is there any tool or extension that allows me to develop my iOS application in Java?...
asked by 23.04.2014 / 18:54
1
answer

How to remove blank lines in VS Code?

Recently I copied a file that was on a server and it looks like this, with a blank line between each line of code. I would like to know if there is any shortcut or command to remove these empty lines by VS Code in a practical way that does...
asked by 27.08.2018 / 21:37