常用

Ctrl+J         激活代码模块

ctrl + / 注释/去除注释选择行

ctrl + Enter /mouseClick 当前关键字追踪

ctrl + shift + c 自动完成错误捕捉代码

ctrl +  shift + g 找本类的成员(变量或函数)

模板

ctrl + J 显示模板 
ctrl + shift + J 模板编辑

标签

ctrl + shit + 数字(0-9) 设置/去除标签 
ctrl + 数字(0-9) 返回标签位置

查找

F3 查找下一个 
shift + F3 反向查找下一个 
ctrl + F 查找 
ctrl + p 路径查找

调试

F5 设置断点 
F7 跟入 
F8 单步 
F9 运行

提示

ctrl + shift + h 参数查找

编译运行

F9 运行 
ctrl + F9 编译工程 
shift + F9 调试模式运行 
ctrl + shift + F9 编译当前类

图标

含义

    蓝色圆形     类
    蓝色中间有黄色条纹的方形     接口
    深蓝色正斜矩形     静态值域
    浅蓝色正斜矩形         非静态值域    
    深紫色反斜矩形     静态方法
    浅紫色反斜矩形     非静态方法    
    中间黄色的紫色反斜矩形     构造函数
    斜下箭头     继承
    开着的锁     Public
    闭合的锁     Private
    钥匙     Protected
    包裹     Package    

2006-12-30

Ctrl+Shift+W opens a menu containing context-sensitive wizard options (only Java files open in the editor using CUA key binding)

CodeInsight

To quickly add a Javadoc comment block

1 Position the cursor at the desired indentation level before a class, interface, or method signature.

2 Type /**. Press Enter.

To open Javadoc QuickHelp

1Place the cursor in your Java source code file in the editor. Choose Edit|CodeInsight|Javadoc QuickHelp to open the Javadoc documentation window.

2 Or use the keyboard shortcut, Ctrl+Q (CUA) to open the lightweight Javadoc window.

To add bookmarks to files

1 Choose Search|Add Bookmark or press Ctrl+Shift+M. The Add Bookmark dialog box opens.

2 Enter a description for your bookmark.

3 Choose a shortcut from the drop-down menu or use the default shortcut setting, <none>. 4 The keyboard shortcut assignments range from Ctrl+0 to Ctrl+9

Navigating to bookmarks

1 Use the following keyboard shortcuts to navigate to the previous or next bookmark in the editor (using default CUA keymap assignments).

2 Press Ctrl+Shift+. (period) to navigate to the next bookmark.

3 Press Ctrl+Shift+, (comma) to navigate to the previous bookmark.

To modify code, markup languages, and Java, HTML, JSF, or Common code templates

1 Select the text block in the editor or in the code template. The SyncEdit icon  appears in the left gutter if duplicate identifiers are present.

2 Click the SyncEdit icon in the left gutter of the editor or press Ctrl+Shift+J to enter the SyncEdit mode.

3 Edit the duplicate identifier you want to modify. Notice that all of the duplicate identifiers within your selected region are edited simultaneously. You can also tab to the other underlined identifiers and edit the identifiers and their duplicates while in the SyncEdit mode. 4 Click the SyncEdit icon to exit the SyncEdit mode. You can also exit the SyncEdit mode by moving the cursor outside of the selected region and clicking, pressing Esc, or pressing Ctrl+Shift+J.

JBuilder使用心得和小技巧相关推荐

  1. 技巧心得:Linux技巧小总结

    技巧心得:Linux技巧小总结 1.处理特殊的文件名 假设Linux系统中有一个文件名叫"-aaa",如果我们想对它进行操作,例如现在要删除它,如果我们按照一般的删除方法在命令行中 ...

  2. Eclipse IDE 使用技巧 (Eclipse工作空间小技巧)(自己的一些学习笔记和心得,记录下来,备忘录和复习使用)

    雪豹软件工作室推出了原创免费的java视频教程,关注我们的公众号就可以看到原创免费java视频教程的百度云盘下载链接啦,或者在公众号中给我们留言! 如果喜欢我们的小伙伴请关注我们的公众号哈!下面的这张 ...

  3. 小技巧:安装Linux的五种方法和心得(转)

    小技巧:安装Linux的五种方法和心得(转) 一.硬盘安装分两种情况: A. 是从Win系统上安装 B.是从别的Linux启动安装 这里介绍大多数人使用的Windows系统安装,第二种方法我还没有调过 ...

  4. 10个重构小技巧,去掉代码中的S味

    点击上方"方志朋",选择"设为星标" 回复"666"获取新整理的面试文章 来源 | https://urlify.cn/yme6Vz 本次我 ...

  5. 全栈工程师15年经验分享:40个改变编程技能的小技巧

    白交 发自 凹非寺  量子位 报道 | 公众号 QbitAI 编程如何节省更多的时间,犯更少的错误? 最近,这样一份「心得」火了.这位名叫Kesk Noren的软件工程师在Medium上分享了一篇博文 ...

  6. 15年经验分享:40个改变编程技能的小技巧

    点击上方"小白学视觉",选择加"星标"或"置顶" 重磅干货,第一时间送达 本文转自|机器学习算法那些事 编程如何节省更多的时间,犯更少的错误 ...

  7. 三周写出高性能的Python代码,这些小技巧你值得一试。

    1一个不上进的 Python 使用者 我是一个有 C 语言背景的开发者.最近转做了 Python,平时用 Python 还算 6,这周在给新员工分享工作之后,有个小孩跑来问我:"哥,你是学 ...

  8. Vim替换小技巧(兼浅谈Vim哲学)

    想必用过Vim的人都知道,在Vim里面,以下命令可以替换当前文件的内容: :[range]s/{要被替换的模式}/{替换的内容}/[flags] 其中range指定替换命令生效的范围.flags指定替 ...

  9. laravel模板写php代码,Laravel框架之blade模板新手入门教程及小技巧

    简介 Blade 是 Laravel 所提供的一个简单且强大的模板引擎.相较于其它知名的 PHP 模板引擎,Blade 并不会限制你必须得在视图中使用 PHP 代码.所有 Blade 视图都会被编译缓 ...

最新文章

  1. 2021阿里技术人的成长路径!
  2. 【leetcode】clone-graph
  3. docker 导入导出镜像
  4. .NET Core中异常过滤器ExceptionFilter的使用介绍
  5. sf | 空间矢量对象的“聚合”操作
  6. 大数据分析如何保证数据质量
  7. 关于sts与eclipse版本对应的插件图
  8. Cadence下载 安装 与 和谐教程
  9. excel解决线性规划求解问题
  10. 优思学院|朱兰,质量改进的先驱者
  11. Shell命令-文件压缩解压缩之tar、unzip
  12. java实现word,ppt,excel,jpg转pdf
  13. 年底看机会,欢迎加入Java大数据招聘群!
  14. 别找了,这就是你想要的年会抽奖开源项目
  15. 90%AI企业都亏损?阿里、华为等高管来苏畅谈人工智能
  16. 高手如何做全网整合营销推广?全网营销方法和策略有哪些?
  17. 宿舍买饭随机数概率生成器
  18. angular.json
  19. 360网站卫士推出免费风云加速
  20. EDA,该如何做这困兽之斗

热门文章

  1. Wondershare Filmora9 mac用户指南,如何插 入过渡
  2. 详解计算机主板各部分的功能(附图)
  3. JSP自定义select标签中取值
  4. an怎么做淡入_Pr怎么给字幕、视频、音频做淡入淡出效果
  5. P1880 [NOI1995]石子合并
  6. vivo手机插了卡显示无服务器,vivo手机卡1能正常使用,卡2打不通电话,用卡2往出打电话就显示无法访问移动网络,是怎么回事??...
  7. 青龙羊毛之咔咔(长毛)
  8. UG曲面造型-曲率梳
  9. 深入学习jquery源码之queue()与dequeue()
  10. cdr图标怎么显示缩略图_当所有缩略图图标显示相同或错误的图像时修复