-
-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Winbar(Breadcrumbs) not working as Expected. #1463
Comments
Can you provide this js code that can reproduce |
I can't provide the exact code since it's confidential company code.. var Q = require('q');
var md5 = require('md5');
var Utils = require('../../../../lib/common-utils');
var QuotesValidator = require('../validation/QuotesValidation');
var PolicyCasesController = require('../../../common/controllers/PolicyCasesController');
let CommonController = require('../../../common/controllers/CommonController');
var WinstonLogUtils = require('../../../../lib/winston-log-utils');
let fwService = require('../services/fw_services');
let mySqlCommonService = require('../../../common/services/MySqlCommonService');
let Guid = require('guid');
let request = require('request');
var quotesRedis = require('../../../../lib/quotes-redis-connection');
function Quotes() {
this.quotes = {};
this.errors = {};
}
Quotes.prototype.getQuotes = async function(req, res) {
// some code
//
}
// some more very legacy code.. :<
module.exports = Quotes; |
+1 |
I'm experiencing a similar issue. Note: |
Describe the bug
The winbar provided by lspsaga only contains the File path. And not the lsp related symbols(functions, classes, etc)
I tried navic and that seems to work fine, However I would like to use LspSaga for this since it provides nice highlighting..
Attaching some screenshots for your reference:
LspSaga:
Navic:
Both screenshots are taken inside the same file and same function scope
Steps to reproduce
Relevant Config:
Expected behavior
Lspsaga shows function name as well as folder and file in winbar.
Neovim version (nvim -v)
v0.9.5
lspsaga commit
Terminal name/version
st
The text was updated successfully, but these errors were encountered: