InteliJ Shortcuts

Open your browser with documentation for the element at the editor‘s caret

Press Shift+F1 (View | External Documentation). You must have the path to your browser set in the File | Settings | Web Browsers options and paths to documentation files added to your project (File | Project Structure...) to use this feature.

Auto Casting

When you need to cast an expression value to the required type the SmartType code completion will help you. For example, type

String s = (<caret is here> 

and press Ctrl+Shift+Space to see what happens, you will see

String s = (String) <caret is here now>

Code Template

时间: 2024-08-04 18:31:27

InteliJ Shortcuts的相关文章

Intelij Idea下的git使用

一.简介 在我们入门软件研发并且是团队开发的时候,总会遇到这样合代码这么简单粗暴的工作,最开始我也能体会到这项工作折磨.那git是干什么得呢?简称分布式版本控制系统,常见就是上传代码.整合代码.更新代码,完全托管给git处理.这一篇文章,先不介绍它的工作原理,直接介绍的应用.在后续的文章,我会写它的工作原理.常用git操作命令.与SVN版本控制的区别. 二.下载安装git 自己去下载一个安装包,一直next直到finish. 三.建立github账户.简单的说,充当的就是git版本控制系统的远程

Mousetrap - a simple library for handling keyboard shortcuts in Javascript

Mousetrap is a simple library for handling keyboard shortcuts in Javascript. It is around 2kb minified and gzipped and 4.5kb minified, has no external dependencies, and has been tested in the following browsers: Internet Explorer 6+ Safari Firefox Ch

Android开发学习---使用Intelij idea 13.1 进行android 开发

原文:Android开发学习---使用Intelij idea 13.1 进行android 开发 1.为什么放弃eclipse?太卡!! 实在受不了eclipse的卡了,运行WEB项目还好,但android开发实在太慢,太慢!经常卡死,CPU经常被占满! 看网上很多人都说比Intelij idea好用,就试下,目前还在test阶段,总之是各种不习惯,很多快捷键之类的跟eclipse完全不一样.还要多熟悉! 另外android studio 也比较卡,而且用起来相当难受,完全是intelij 的

Mac Screen Capture Shortcuts

Here's How:   To capture the entire desktop, press Command-Shift-3. The screen shot will be automatically saved as a PNG file on your desktop. To copy the entire desktop, press Command-Control-Shift-3. The screen shot will be placed on your clipboard

Eclipse Key Shortcuts for Greater Developers Productivity--reference

Posted by Ajitesh Kumar / In Java / June 6, 2014 http://vitalflux.com/eclipse-key-shortcuts-greater-developers-productivity/ The article presents Eclipse Key Shortcuts (for Windows) which could be used to perform most common coding tasks in a much ef

codeforces 361 B - Mike and Shortcuts

Time Limit:3000MS     Memory Limit:262144KB     64bit IO Format:%I64d & %I64u Description Recently, Mike was very busy with studying for exams and contests. Now he is going to chill a bit by doing some sight seeing in the city. City consists of n int

(二)win7下用Intelij IDEA 远程调试spark standalone 集群

关于这个spark的环境搭建了好久,踩了一堆坑,今天 环境: WIN7笔记本  spark 集群(4个虚拟机搭建的) Intelij IDEA15 scala-2.10.4 java-1.7.0 版本问题: 个人选择的是hadoop2.6.0 spark1.5.0 scala2.10.4  jdk1.7.0 关于搭建集群环境,见个人的上一篇博客:(一) Spark Standalone集群环境搭建,接下来就是用Intelij IDEA来远程连接spark集群,这样就可以方便的在本机上进行调试.

InteliJ IDEA15 安装jrebel破解文件

使用InteliJ IDEA这个工具感觉比eclipse好用,例如它在没有源码的情况下自动反编译源码等,但是在使用的时,有个很不爽的地方就是不能实时编译,导致java代码更改了一点代码就需要重启项目,针对我使用的版本是IDEA15 通过搜索得知有两个解决方案: 1.录制宏,更改代码后按ctrl+shift+F9,这样强制更新文件,然后把这个宏附加到ctrl+s快捷键上(感觉好偏门和笨拙,但是对重启项目来说已经很好了) 2.有一个叫做Jrebel的插件,可以进行热部署,但是他是收费的(哭),没办法

Terminator Shortcuts

Terminator is a useful tool for arranging terminals. It has following features Arrange terminals in a grid Tabs Drag and drop re-ordering of terminals Lots of keyboard shortcuts Save multiple layouts and profiles via GUI preferences editor Simultaneo