ide

IntelliJ: Classes from imported jar not visible inside packages

烈酒焚心 提交于 2019-12-04 08:37:05
I added external jar file( stdlib.jar on picture) to my project in IntelliJ(12.1.4), but when I want to use some static methods from it in created package ( ChapterOne ) it can't resolve it. However it finds classes in default package without problem . How I can make it work ? It seems that dependencies are ok. The libraries were configured correctly in IDEA, but the jars actually contained sources, not classes. So the solution is to unpack these sources from the jar files into the module src directory. 来源: https://stackoverflow.com/questions/18111277/intellij-classes-from-imported-jar-not

Is there an IDE out there that does structural syntax highlighting?

拜拜、爱过 提交于 2019-12-04 08:29:29
问题 Somewhat inspired by this question about a graphical programming environment. I don't think that C++ or C# are really conducive to this type of environment, but perhaps there's something halfway there. Lot's of IDEs that I've used will use syntax highlighting to change the foreground (or even the background) colour of text for keywords, strings, comments, etc... Are there IDEs out there that will highlight larger syntactic structures? Here's an example of what I'm thinking of. Example code

Create Project/solution in an existing directory?

99封情书 提交于 2019-12-04 08:20:24
问题 How can I create a New project & Solution in the same, existing , directory? No matter what I do, it keeps creating a new (sub)directory for the project and populating that directory instead of the one(s) that already exist. I have the "Create directory for Solution" checkbox cleared so that it will put the solution an dproject in the same folder and not create a solution folder, but it still keeps making the project sub-folder. How can I fix this?!? This has bugged me for a long time, but I

IntelliJ IDEA使用心得

僤鯓⒐⒋嵵緔 提交于 2019-12-04 07:59:32
最近尝鲜试用了一下IntelliJ,使用下来还是比较爽的,最后我这个很少花钱买软件的人,也在oschina上买了个人版。IDE毕竟是码农干活的家伙,想想也值了。使用的时候有一些心得,记录下来。 ###调整界面为酷酷的黑色 Preferences=>Appearance=>theme=>Darcula ###检出项目: VCS=>Checkout From Version Control,maven项目会被自动识别出来。 ###设置快捷键: Preferences=>keymaps,有很多套方案,当然即使选择Eclipse也还是有很多和Eclipse不同的地方。 ###自动补全: Mac下默认是clt+space,可以使用keymaps=>Main menu=>Code=>Competion设置。比Eclipse好的地方是Spring、Maven的xml,乃至freemarker模板以及iBatis的sqlmap都支持高亮和自动补全。 ###去除自动补全的大小写敏感: 不知道多少童鞋和我一样被Eclipse惯坏了,使用自动补全完全不注意大小写的,IntelliJ默认区分大小写,很是让人难过。不过在Editor=>Code Completion里把Case sensitive completion设置为None就可以了。 ###自动展开目录

Opensource Online IDE [closed]

倾然丶 夕夏残阳落幕 提交于 2019-12-04 07:55:29
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . There're several online IDEs for PHP and some even for Python, but is there any open-source online IDE like IDEone that supports

Rich editors in a Docker development environment

时间秒杀一切 提交于 2019-12-04 07:46:19
问题 So my team and I have bought into Docker - it is fantastic for deployment and testing. My real question is how to set up a great developer experience, specifically around writing Python apps, but this question could be generalized to nodejs, Java, etc. The problem: When writing a Python app, I really like having decent linting/autocomplete functionality, there are some really good editors out there (Atom, VSCode, PyCharm) that provide these, but most really want a Python install on the local

editor with good fortran support [closed]

女生的网名这么多〃 提交于 2019-12-04 07:43:22
Can anyone recommend an editor (or an IDE) with good support for fortran ? Most newer editors I find and try lack language support for it. Slickedit has Fortran Support. I can't tell how good it is, but given the good support for other langugaes, you should give it a try. GNU Emacs has a major mode for FORTRAN . Use M-x fortran-mode to switch to this major mode. I have used this mode a lot and can recommend it. I used it mostly to write a FORTRAN dialect that still requires punched card format however. Support for punched card input was my primary concern and I do not know much about other

What is the shortcut in IntelliJ IDEA to find method / functions?

送分小仙女□ 提交于 2019-12-04 07:39:08
问题 I know that Ctrl + N is to find classes and it is very useful. But what about methods? 回答1: Press SHIFT TWO times and you can search anything, both class and method in the project. 回答2: ctrl + F12 ( cmd + F12 on macOS) will show all members of the current class in a popup windown and let you pick up one. It works exactly like the ctrl + o shortcut in eclipse, much faster than ctrl + alt + shift + n 回答3: Ctrl + Alt + Shift + N allows you to search for symbols, including methods. The primary

Eclipse webtools project (WTP) and its performance / quality

你说的曾经没有我的故事 提交于 2019-12-04 07:37:24
问题 Our company is using eclipse since several years now (we are using WTP since release 0.7) I am currently evaluating eclipse 3.6.2 with WTP 3.2.3 which should replace eclipse 3.4.2 with WTP 3.0.4 as being our main IDE. And I have to say that once again I am quite disappointed in concerns of performance: WTP 3.2.3 seems to be much slower than 3.0.4. In fact I am really wondering why WTP gets slower with each release. One of our applications (dynamic web project) contain about 4000 java classes

Best Common Lisp IDE [closed]

社会主义新天地 提交于 2019-12-04 07:36:50
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 8 years ago . I've used Slime within Emacs as my primary development environment for Common Lisp (or Aquamacs on OS X), but are there other