我已经配置好spket IDE,但出现这种情况:在JSP下写JAVASCRIPT会有自动代码提示,但在JS文件下就不会出现这样的提示,只提示那些基本语法,没有JAVA类包的提示。求速回答!
myeclipse 10 jsp 和js 文件代码提示设置正确就可以在编写代码的时候正确提示了。
设置方法:
1、依次打开 Window | Preferences | Web | JavaScript | Editor | Content Assist.
2、根据个人喜好配置如下选项:
Insertion|sort proposals和auto-activation
Insertion
Completion Inserts/Completion Overwrites - Select whether choosing an item from the Content Assist list will cause new code to be entered or existing code to be overwritten.
Insert single proposals automatically -If enabled, the content assist suggestion will be inserted automatically when only one content assist option exists
Insert common prefixes automatically - If enabled, Content Assist will automatically insert the common prefix of all possible completions similar to Unix shell expansion. This can be used repeatedly, even while the Content Assist window is being displayed.
Fill argument names on completion - If enabled, Content Assist will add arguments when completing a method.
Guess filled function arguments - If enabled, Content Assist will fill the arguments with the best matching function, according to the context.
Sorting and Filtering
Sort proposals - Select how the proposals should be sorted in the Content Assist list.
Hide proposals not visible in the invocation context - If enabled, the Java element proposals are limited by the rules of visibility. For example, private field proposals of other classes would not be displayed.
Show camel case matches - If enabled, camel case matches are displayed (e.g. NPE is expanded to NullPointerException).
Hide forbidden references - If enabled, references to JavaScript elements forbidden by access rules are not displayed.
Hide discouraged references - If enabled, references to JavaScript elements discouraged by access rules are not displayed.
Hide deprecated references - If enabled, references to deprecated JavaScript elements are not displayed.
Auto-activation
Enable auto activation - If enabled, the Content Assist list will automatically be displayed when the first letters of an element are typed.
那你的意思就是在JS文件下无法提供自动提醒功能?还是有其他方法?
追答无法提供java的代码提示.
提示JavaScript的也只是基础的. 基本没什么用.
另: 写js 我用VIM
myeclipse 10 jsp 和js 文件代码提示问题
myeclipse 10 jsp 和js 文件代码提示设置正确就可以在编写代码的时候正确提示了。设置方法:1、依次打开 Window | Preferences | Web | JavaScript | Editor | Content Assist.2、根据个人喜好配置如下选项:Insertion|sort proposals和auto-activation Insertion Completion Inserts\/Completion Overwrites - S...
myeclipse10 安卓文件打不开 JSP文件也打不开org?
在遇到 MyEclipse10 中无法打开安卓文件和 JSP 文件时,可尝试更换编辑器解决问题。步骤如下:首先,单击选中需要打开的 JSP 页面。接着,右键点击选中项,找到并选择“OpenWith”选项。在弹出的菜单中,选择“Web Page Editor”。这样操作后,通常可以成功打开之前无法正常显示的文件。若在使用 MyEclipse10...
在myeclipse中出现JSP出现错误应该怎么办
在myeclipse中出现JSP出现错误只要把validation去掉就可以了。选中当前工程,右键单击properties,弹出properties界面 然后选择MyEclipse—>validation—>Excluded Resource下找到不需要验证的文件或者文件夹 在不需要验证的文件或者文件夹前打勾,然后点击 "OK"按钮保存。解决Cannot return from outside a function ...
MyEclipse代码提示怎么设置包括html和jsp的代码
1. 打开MyEclipse ,然后“window”→“Preferences”2. 选择“java”,展开,“Editor”,选择“Content Assist”。3. 选择“Content Assist”,然后看到右边,右边的“Auto-Activation”下面的“AutoActivation triggers for java”这个选项。其实就是指触发代码提示的就是“.”这个符号.4. “Auto Activa...
myeclipse10里的jsp文件无法编译
dropins里是放插件的,相当于之前版本的plugins文件夹,到别人那复制个过来试试吧
jsp中的javascript代码无法提示
myeclipse中对于javascript的支持非常的弱,如果想要使用js的提示,可以安装插件JSEclipse或 spket 还有个叫啥忘了比较大的 还有可以升级更高版本的myeclipse,支持稍微好一点,其实高级版本的优化还是不错的,我4年前的电脑用myeclipse10也不是特别卡,只要搜索myeclipse优化,把该优化的东西优化下,用起来跟...
MyEclipse提示设置JSP自动提示
MyEclipse 提示设置JSP自动提示 1、快捷键提示代码 window--Preferences的General--Keys下修改Content Assist的快捷键为Alt+\/,这样就可以通过快捷键得到提示代码 一般,快捷键默认就是Alt+\/ 2、自动提示 window--preferences的java-Editor-Code Assist,选上Enable auto activation选择框 3、增强自动提示 如...
myeclipse 打开jsp文件出错
第一步:找到安装路径MyEclipse\\configuration下名为:org.eclipse.update的文件夹;第二步:将org.eclipse.update删除掉;第三步:产出之后重启myeclipse,在打开此文件即可;备注:导致此问题主要原因myeclipse中编辑jsp页面时产生web缓存,清理下就可以了。
myeclipse打开JSP文件出错。
Could not open the editor: Editor could not be initialized.的提示信息。产生原因:听说是由于文件外部修改导致,参考说法如下:Could not open the editor: Editor could not be initialized when opening files. Huh? If you look at the java exception, available as error details, it only ...
在myeclipse 10 里 jsp 打不开 (在open with里只有text editor 这个方...
第一种方法:在你的项目中新建一个JSP页面,然后从文件系统中用记事本或其它编辑工具把你的那个不能打开的JSP页面全部复制过来,然后在项目中删除。第一种办法应该来说是最简单的,如果你想知道原因,那就是缺少一个文件。\\\\WORKSPACE_ROOT\\.metadata\\.plugins\\org.eclipse.core.runtime\\.settings\\org....