[
https://issues.apache.org/jira/browse/NETBEANS-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Lenz updated NETBEANS-27:
-----------------------------------
Issue Type: New Feature (was: Bug)
> Editor should recognize the filetype via unix comment, from the first line
> --------------------------------------------------------------------------
>
> Key: NETBEANS-27
> URL: https://issues.apache.org/jira/browse/NETBEANS-27
> Project: NetBeans
> Issue Type: New Feature
> Components: editor - Formatting & Indentation, editor - Parsing
> & Indexing
> Affects Versions: 8.2, 12.1
> Reporter: Christian Lenz
> Priority: Major
>
> I created a HTML5/JS Application with NodeJS, I activated express to use it.
> After next, the express.cmd created a project template. Inside the bin
> folder, there is a file called www. Here is a little example of the code:
> {code}
> #!/usr/bin/env node
> /**
> * Module dependencies.
> */
> var app = require('../app');
> var debug = require('debug')('jade:server');
> var http = require('http');
> /**
> * Get port from environment and store in Express.
> */
> var port = normalizePort(process.env.PORT || '3000');
> app.set('port', port);
> /**
> * Create HTTP server.
> */
> {code}
> NetBeans doesn't know that this is JS code, and it will not treat it as a JS
> file. So the editor should recognize the type from the comment from the first
> line, which comes from unix systems(?). I tried the same source in WebStorm
> and Visual Studio Code and it works very well as expected.
> I don't want to set the mimetype for the www file to js, because it will
> affect every file, without having an extension, which is not good. I tried it
> and any file, which has no extension is now a JS file in my IDE.
> So please let the editor set the mimetype from this comment, to the supported
> mimetype from NetBeans.
> Regards
> Chris
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists